Search found 3 matches

by NickStern
Sat Dec 21, 2013 5:26 am
Forum: Volume 5 (500-599)
Topic: 573 - The Snail
Replies: 45
Views: 25665

Re: 573 The Snail Why WA ?

Hi I was wondering if someone could help me figure out why my code keeps getting WA. It passes all of the test input and the input described in the board here. Thank you in advance. import java.util.*; class Main { public static void main (String args[]) { (new Main()).Snail(); System.exit(0); } voi...
by NickStern
Thu Nov 21, 2013 6:40 am
Forum: Volume 109 (10900-10999)
Topic: 10963 - The Swallowing Ground
Replies: 47
Views: 18419

Re: 10963 - The Swallowing Ground

Thank you so much it was accepted.
by NickStern
Wed Nov 20, 2013 1:47 am
Forum: Volume 109 (10900-10999)
Topic: 10963 - The Swallowing Ground
Replies: 47
Views: 18419

Re: 10963 - The Swallowing Ground

I keep getting WA for this problem but it responds fine to all the test cases I have given it. Could someone tell me the issue with my code? Unlike most of the other posts it is in java.

Code: Select all

Issue resolved

Go to advanced search