Search found 2 matches

by abarbosa94
Thu May 15, 2014 2:22 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125742

Re: 10189 Minesweeper WA....

But it will produce an Presentation Error, right? I got Wrong Answer...
by abarbosa94
Wed May 14, 2014 12:11 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125742

Re: 10189 Minesweeper WA....

Can anyone help me to fix it up? I don't know why I got wrong answer


import java.io.*;
import java.util.*;

class Main
{
static String ReadLn (int maxLg) // utility function to read from stdin
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
String line = "";

try
{
while (lg ...

Go to advanced search