Dear all:
It's my first time using java submission on uva, and just as a lot of posts have mentioned, i seem to get only RTE verdicts due to some unknown reasons...
I even trimmed my main function so that only one System.out.println function exists, the judge still gives me an RTE.
Any help with ...
Search found 9 matches
- Mon Dec 26, 2011 10:27 am
- Forum: Volume 2 (200-299)
- Topic: 201 - Squares
- Replies: 32
- Views: 8084
- Wed Jul 11, 2007 2:22 pm
- Forum: Bugs and suggestions
- Topic: Statictic viewing problem again
- Replies: 1
- Views: 2162
Statictic viewing problem again
It really bugs me a lot, for I'll receive "Disabled." if I link to the submitting result page after submitting my code. I have to go to the Author Statistic page to see my result or by checking my email.
This bug does bothers me a long time...can someone help me with this?
Oh, besides, I've just ...
This bug does bothers me a long time...can someone help me with this?
Oh, besides, I've just ...
- Wed Feb 21, 2007 8:27 am
- Forum: Volume 1 (100-199)
- Topic: 120 - Stacks of Flapjacks
- Replies: 118
- Views: 30294
- Tue Feb 20, 2007 2:41 pm
- Forum: Volume 1 (100-199)
- Topic: 120 - Stacks of Flapjacks
- Replies: 118
- Views: 30294
120 Stack of flapjack...
I've tried some easy test cases on papers, then I found some strange situations...
The most popular algorithm discussed in previous threads is to find the largest diameter pancake and flip it to the top, then reversed the stack. Without doubt this algorithm works well to any cases.
But I found ...
The most popular algorithm discussed in previous threads is to find the largest diameter pancake and flip it to the top, then reversed the stack. Without doubt this algorithm works well to any cases.
But I found ...
- Sun Dec 24, 2006 4:51 am
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 16282
- Thu Dec 21, 2006 8:13 am
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 16282
- Tue Dec 19, 2006 10:43 am
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 16282
114 WA... Are there more test cases?
I've tried all test cases on the board and my program gives all correct results...but it just recieve WA. Can someone help to give more test cases? (And ofcource, correct output)
I'll be thanksful !!
I'll be thanksful !!
- Sun Dec 03, 2006 3:03 pm
- Forum: Bugs and suggestions
- Topic: About "Author statistic"...
- Replies: 1
- Views: 3473
About "Author statistic"...
Start from today morning, my submitting results can't be updated in "author statistic". That is, my statistic keeps staying at old one...
But I still can see my solved problems when I submit my codes, but can't see them in author statistic link. It just updates nothing.
When can it be fixed? My ID ...
But I still can see my solved problems when I submit my codes, but can't see them in author statistic link. It just updates nothing.
When can it be fixed? My ID ...
- Sat Nov 18, 2006 5:04 pm
- Forum: Volume 1 (100-199)
- Topic: 107 - The Cat in the Hat
- Replies: 278
- Views: 54972
107 TE?
I've tried so many times submitting my code but keep receiving TE...
But when it runs on my PC, every input data runs well(even for data such as 785^3 & 784^3), and every of it takes only less than 1 second to get results...
How can I reduced my execution? Here is my code...
#include<stdio.h ...
But when it runs on my PC, every input data runs well(even for data such as 785^3 & 784^3), and every of it takes only less than 1 second to get results...
How can I reduced my execution? Here is my code...
#include<stdio.h ...