Search found 1 match

by GeorgeDePaulo
Sat Oct 20, 2007 12:11 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125287

I hav a problem like this in 10189

HI, i am tring to solve the problem 10189 but get only WA. My output is the same Jan has benn posted but l i got WA, any one, please help me to find the bug. This is my code:

#include <stdio.h>
#include <stdlib.h>

int main(){
int mineField[105][105];
int m, n, i, j, size, cont, campo=1, flag=1 ...

Go to advanced search