Search found 4 matches
- Fri Feb 17, 2006 10:37 am
- Forum: Volume 1 (100-199)
- Topic: 156 - Ananagrams
- Replies: 30
- Views: 7097
- Wed Feb 15, 2006 2:44 pm
- Forum: Volume 1 (100-199)
- Topic: 156 - Ananagrams
- Replies: 30
- Views: 7097
- Wed Feb 15, 2006 2:33 pm
- Forum: Volume 1 (100-199)
- Topic: 156 - Ananagrams
- Replies: 30
- Views: 7097
prob 156 compile error
Hi,
I have written this code which seems to compile and run on my pc but gives a compile error on the online-judge...can anyone help....
#include<stdio.h>
#include<string.h>
void sort( char str[1100][30], int num);
int main()
{
char words[1100][30];
int len[1100];
char temp1[30],temp2[30 ...
I have written this code which seems to compile and run on my pc but gives a compile error on the online-judge...can anyone help....
#include<stdio.h>
#include<string.h>
void sort( char str[1100][30], int num);
int main()
{
char words[1100][30];
int len[1100];
char temp1[30],temp2[30 ...
- Thu Feb 03, 2005 10:01 pm
- Forum: Volume 1 (100-199)
- Topic: 121 - Pipe Fitters
- Replies: 36
- Views: 6643