Search found 3 matches

by adikhosla
Mon Feb 24, 2003 1:26 pm
Forum: Volume 4 (400-499)
Topic: 492 - Pig-Latin
Replies: 213
Views: 49379

I have tested and tried the code. It does work. Maybe its the compiler that you are using to compile it. I am using Microsoft Visual C++ .NET. When I submit this code to the online judge I get a WA, when I change the array length to 1000000 and not a TLE or RTE, which might suggest what you are ...
by adikhosla
Sat Feb 22, 2003 11:27 am
Forum: Volume 4 (400-499)
Topic: 492 - Pig-Latin
Replies: 213
Views: 49379

P492! Why WA.....? Please HELP!

As far as I know this is a very easy problem, and an even easier problem for all of you out there. Please help me find out what is wrong. Please provide some sample inputs and outputs. I have also read past discussions about this question and rectified any problems but I still get WA no matter what ...
by adikhosla
Mon Feb 17, 2003 6:39 am
Forum: Volume 1 (100-199)
Topic: 119 - Greedy Gift Givers
Replies: 145
Views: 47241

119 NEED HELP, WHY WA?

Somebody please help me. I know I have written a bit of complicated code which could be shortened greatly, but please do help me to determine what is wrong with the current code.


[c]#include <stdio.h>
#include <string.h>
#include <ctype.h>
int i, x, y=0, m, l, ppl[10], t, temp, amt, ppls, temp2 ...

Go to advanced search