Search found 2 matches

by backjack02
Sat Jan 22, 2005 7:13 am
Forum: Volume 101 (10100-10199)
Topic: 10129 - Play on Words
Replies: 34
Views: 13736

I got it!
Thank you:-)
by backjack02
Fri Jan 21, 2005 9:11 pm
Forum: Volume 101 (10100-10199)
Topic: 10129 - Play on Words
Replies: 34
Views: 13736

10129 Play on Words WA

Here is my code, why do I always get wrong answer?
Where is my problem?


#include <stdio.h>
4 #include <stdlib.h>
5
6 int main(int argc, char **argv)
7 {
8 long long t, n;
9 int i, j, ctn, flag;
10 char c, link;
11 char *check;
12 check=(char *)malloc(sizeof(char)*1001);
13
14 scanf ...

Go to advanced search