Search found 1 match

by _Vardan_
Mon Oct 09, 2006 11:11 am
Forum: Volume 101 (10100-10199)
Topic: 10196 - Check The Check
Replies: 77
Views: 36342

10196

Could anyone help me on this problem, please. I keep getting WA, though I've checked many test cases and all of them are giving correct answers.
Here's my code, thanks in advance.


#include <iostream.h>

void main()
{
bool t;
char c[8][8];
register int i=0, j=0;
int i_temp, j_temp, d=0;



hi ...

Go to advanced search