Search found 1 match

by mop123
Sun Sep 23, 2012 9:06 am
Forum: Volume 100 (10000-10099)
Topic: 10037 - Bridge
Replies: 84
Views: 37788

Re: 10037 - Bridge

Do you guys have any additional thoughts about this judge? My program works for all test cases in this thread but I still get WA.

I honestly think, that I've tried everything. BTW can I use this, to skip the empty line?

String line = new String();
while (line.length() == 0)
line = in.readLine ...

Go to advanced search