Search found 2 matches

by Nyst
Wed Mar 03, 2004 6:54 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125454

Never mind...I recode it in C++ and it got AC. I'm not going to use Java for the problems until they decide to use standard Java libraries and compilers... :roll:
by Nyst
Tue Mar 02, 2004 1:06 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125454

10189 WA (JAVA)

Can someone please advise me on the following java code? I ran it on my system(winxp) and tested the output. It is correct(I think), but I keep getting WA.

[java]
class Main {

public static void main(String args[]) {
Main myWork = new Main();
myWork.begin();
}


void begin() {
byte mf ...

Go to advanced search