Search found 1 match

by cjun5
Mon Apr 30, 2012 6:47 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125640

10189 - Wrong answer

I don't know wrong answer.
Help me.

import java.io.IOException;
import java.util.StringTokenizer;


/*
* 10189 - Minesweeper
*/
public class Main {

String read;
String MineString = "*";

public static String readLn (int maxLength) {
byte lin[] = new byte [maxLength];
int characterLength ...

Go to advanced search