Search found 1 match

by athanhcong
Tue Oct 28, 2008 6:16 pm
Forum: Volume 3 (300-399)
Topic: 355 - The Bases Are Loaded
Replies: 74
Views: 30594

Help me! Why Time Limit Exceeded

This is the first time I submit my code to UVA.
After many times Wrong Answer, I change my input from
scanf("%d %d %s", &oriBase, &newBase, &oriValue);
to
while (scanf("%d %d %s", &oriBase, &newBase, &oriValue))
And get TLE not WA, enjoy, but I can't find why's my code TLE.
Please help me. here my ...

Go to advanced search