Search found 2 matches

by ormaza
Thu Apr 09, 2015 1:55 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125530

Re: 10189 - Minesweeper

Image
This is not the problem. Has an empty line between field outputs and doesn't has a blank line at the end.
by ormaza
Fri Apr 03, 2015 10:21 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125530

10189 - Minesweeper - WA

Please, someone can see what's wrong with my code. It passes in all tests who I've done on UDebug, but the answer is always WA.

#include <iostream>
#include <string>
#include <stdlib.h>
#include <cstring>

using namespace std;

int main()
{
int m,n,field=1;
char checa[10000];
cin>>checa;
m ...

Go to advanced search