Search found 1 match

by claudio25_2
Wed Sep 06, 2006 5:40 am
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 69897

10062 WA, IO error, i think :(

Hi, i solved problem 10062 "tell me the frequencies" and i think is correct but the judge says WA. help plz. First problem with IO with EOF

here's my code:

import java.io.*;

class Ej10062 {
static String readLine(int max) {
byte [] lin = new byte [max];
int lg = 0;
int car = -1;
try {
while ...

Go to advanced search