Search found 3 matches

by deusparanoia
Wed Oct 13, 2004 12:06 pm
Forum: Volume 107 (10700-10799)
Topic: 10703 - Free spots
Replies: 26
Views: 12205

still WA :( wats wrong ... i think i solved the problem because the algorithm is jst easy ... maybe there is something wrong in my output format?? ... :( please help me
by deusparanoia
Wed Oct 13, 2004 11:52 am
Forum: Volume 107 (10700-10799)
Topic: 10703 - Free spots
Replies: 26
Views: 12205

i already tried that output .. but still WA :(
by deusparanoia
Wed Oct 13, 2004 10:56 am
Forum: Volume 107 (10700-10799)
Topic: 10703 - Free spots
Replies: 26
Views: 12205

10703 WA

pls help me ...

some of my codes is this

[java] void Begin()
{
StringTokenizer data;
String line;
int w, h, n, x1, y1, x2, y2, res;
while ((line = Main.ReadLn(255).trim()) != null)
{
if (line.equals("0 0 0"))
break;
else if (line.length() == 0)
continue;
data = new StringTokenizer(line ...

Go to advanced search