Search found 5 matches

by shaqira
Fri Jan 19, 2007 11:21 pm
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33490

thnx mf

thnx mf, atlast my code got accepted. :D

how come i missed the simplest input... :oops:
thnx again [ u must b wonderin y im thankin u so much ..coz u r da first
person to reply my post :D , i didnt get any reply for my previous 2 posts :cry: ]
by shaqira
Fri Jan 19, 2007 10:38 pm
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33490

10363

bcoz main() itself is a function and every function got a prototype and a return type. i have written 'int main()' which means main is a function which returns any integer at the end of the function.so u can return any
int at the end of ur code.as u can also write 'return 2' or 'return 0' or ...
by shaqira
Fri Jan 19, 2007 12:26 am
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33490

10363 still wa!

thnx mf, for givin me suggestion.now i hav changed my code but its still
givin wa :( .am i missin anythin?plz help
here is my modified code:



#include<stdio.h>
#include<string>

int main()
{

char board[3][3];
int test,i,r,c,co,cx,len;
bool xwin,owin;

scanf("%d\n",&test);

while(test ...
by shaqira
Tue Jan 16, 2007 10:41 pm
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33490

10363-wa- help anyone!!

i have solved this problem taking help from the VIJAY's code .but im gettin WA,even though my code is giving correct output. i have also checked my code with the test inpu/outout [Jemerson] and my code is givin correct output.plz some one help me find out the wrong part.here is my code:
by shaqira
Tue Dec 05, 2006 10:35 am
Forum: Volume 4 (400-499)
Topic: 468 - Key to Success
Replies: 33
Views: 7882

468.......WA

my code is showin WA though it seams to me that it is givin the correct output, plz anyone help me with this........

#include<stdio.h>
#include<string.h>
#include<algorithm>
using namespace std;

char s1[40000][1000];
char s2[40000][1000];

struct N1
{
int f1;
char c1;

}line1[125];



struct N2 ...

Go to advanced search