Search found 1 match

by milton00
Mon Apr 27, 2015 6:22 pm
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33535

Re: 10363 - Tic Tac Toe

pls anybody help me..!! i am new poster in this site.. i don't know why i am getting WA....on this problem..
#include<stdio.h>
#include<string.h>
#include<ctype.h>
int main()
{
int i,j,x_count,o_count,flag_x,flag_o,t,test;
char B[10][10];
//freopen("c.txt","r",stdin);
scanf("%d",&test);
for(t ...

Go to advanced search