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: 116567

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,...

Go to advanced search