Search found 4 matches

by Ankur Kumar Nayak
Fri Feb 17, 2006 10:37 am
Forum: Volume 1 (100-199)
Topic: 156 - Ananagrams
Replies: 30
Views: 7097

Sorry for troubling.....Got my code accepted finally....just a minor bug....
by Ankur Kumar Nayak
Wed Feb 15, 2006 2:44 pm
Forum: Volume 1 (100-199)
Topic: 156 - Ananagrams
Replies: 30
Views: 7097

I think I figured out the problem....It was because of the "//" comment i had put....But the codeis giving wrong answer now....Any ideas what is wrong with my code....[/url][/b][/quote][/code]
by Ankur Kumar Nayak
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 ...
by Ankur Kumar Nayak
Thu Feb 03, 2005 10:01 pm
Forum: Volume 1 (100-199)
Topic: 121 - Pipe Fitters
Replies: 36
Views: 6643

Even my code had the same bug....Thanks for the help..........

Go to advanced search