Search found 1 match

by cysppol
Wed Nov 22, 2006 10:18 am
Forum: Volume 3 (300-399)
Topic: 370 - Bingo
Replies: 8
Views: 6234

WA code for 370

Fallowing is my WA code, someone can tell me what mistake for me?
For above tests, my output are all right, but it is still a WA code.


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define Rule1(i) (BingoCard[i][0][1]&&BingoCard[i][1][1]&&BingoCard[i][2][1]&&BingoCard[i][3][1 ...

Go to advanced search