
Search found 2 matches
- Wed Mar 03, 2004 6:54 am
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 125454
- 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 ...
[java]
class Main {
public static void main(String args[]) {
Main myWork = new Main();
myWork.begin();
}
void begin() {
byte mf ...