Search found 1 match

by mozdaher.aq
Mon Aug 08, 2016 1:00 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125742

Re: 10189 - Minesweeper Wrong Answer

I wrote this code but the answer is wrong any suggestions ???? #include <stdio.h>

int compute(char st[1000][1000], int, int, int, int);

int main()
{
char st[1000][1000], linebreak;
int f_no, m, n, i, j;

/* freopen("input.txt", "r", stdin);*/

for(scanf(" %d %d", &m, &n), f_no=0; m!=0 && n!=0 ...

Go to advanced search