Re: [gcj] Tic tac toe problem in google code jam

2013-04-15 Thread Tusshar Singh
Sweta Do you believe anyone would ready your code? At least it should be logical to debug.. On Mon, Apr 15, 2013 at 8:09 AM, Jugesh Sundram jugeshsund...@gmail.comwrote: Sweta, Congrats! Good news is your program works perfect. Bad news is I believe you have hard coded the problem which

[gcj] Tic tac toe problem in google code jam

2013-04-14 Thread sweta sharma
I wrote the following program . The program is giving correct output for theinput file but the program isnt accepted...Its showing that its Incorrect...Can someone please tell me what the problem is ? Source code : #includestdio.h #includectype.h #includestdlib.h struct p { char

Re: [gcj] Tic tac toe problem in google code jam

2013-04-14 Thread Jugesh Sundram
Sweta, Congrats! Good news is your program works perfect. Bad news is I believe you have hard coded the problem which basically defeats the whole purpose of the competition. But this is only my opinion based on reading your program. I may be right / wrong !! On 14 April 2013 00:14, sweta sharma