Search found 1 match

by ahmed1098
Fri Jul 30, 2010 3:26 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125373

Need Help in Minesweeper why i get WA

hi all i am new in java and in algorithms and now i get WA in Minesweeper here is my code can any one tell me in which test case it will give a WA


import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;



public class Main {


public static int n_bombs(int ...

Go to advanced search