11 Dec
2015
11 Dec
'15
8:09 a.m.
Hi Anand, *Br. Anand Shenoi <anandam@outlook.com> [15/12/11]:
What could be the reason for the error? memory limit is more than MEMRESERVED.
Diff output
Wrong answer on line 1 of output (corresponding to line 1 in answer file) User EOF while judge had more output (Next judge token: 11)
1 [DEL::DEL][INS:11:INS]
Program output
There was no program output.
Program error output
Exception in thread "main" java.util.NoSuchElementException at java.util.StringTokenizer.nextToken(StringTokenizer.java:349) at Solution.main(Solution_1.java:23)
That's not correlated to DOMjudge. The java program tries to read from the StringTokenizer which has no more elements ;-) Possible reasons: a) wrong input file b) wrong Java solution Cheers, Tobi