Search found 1 match

by shobhon
Sat Jun 20, 2009 12:33 pm
Forum: Volume 100 (10000-10099)
Topic: 10010 - Where's Waldorf?
Replies: 42
Views: 26305

10010 - Where's Waldorf?

i'm getting wa in 10010..:(
plz help..

#include<stdio.h>
#include<ctype.h>
#include<string.h>
char b[100],a[100][100];
int n,m;
bool check1(int i,int j)
{
int k;
for(k=0;a[i][j]&&b[k];j++,k++)
if(a[i][j]!=b[k])
return 0;
if(b[k]=='\0')
return 1;
else
return 0;
}
bool check2(int i,int j ...

Go to advanced search