Search found 2 matches

by SigmaJargon
Tue Jan 24, 2006 3:11 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65202

706 - Java WA

Again, I don't know what I'm doing wrong (probably the same things that I'm doing wrong in all my other submissions ><) but I hope somebody can help me clear up why I keep getting a WA on this code.

Here is the source and a test case:
import java.io.*;

class Main
{

String[] One, Two, Three ...
by SigmaJargon
Tue Jan 24, 2006 2:58 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 124937

10189 in Java - WA?

I keep on getting WA for this, but I can't for the life of me see what is wrong.

Here is the source code and two test cases. If anybody could please explain where I am going wrong, it would be greatly appreciated.

import java.io.*;

class Main
{

int[][] SweeperField;

void SetupSweeperField ...

Go to advanced search