How scores for submissions calculate after contest in topcoder?
When I submit a solution for problems for practice , it gave me 179 , 109 , 75 ,... for 250 score problem! How can i know it is full accepted or not ?
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
How scores for submissions calculate after contest in topcoder?
When I submit a solution for problems for practice , it gave me 179 , 109 , 75 ,... for 250 score problem! How can i know it is full accepted or not ?
Name |
---|
The scores that see in the arena just number of points out of 250 that you would have received if you had taken the same amount of time to solve the problem during the contest.
To check the correctness of your solution, in the practice room, Click on Run System Test under the practice options menu.
IMO, its a pretty confusing layout and time penalties shouldn't be present in practice rooms.
I like that they are, so I can practice in close to real world conditions :)
Even though it's confusing, I think it's a nice feature because it lets users to measure themselves in terms of speed.
Score in topcoder depends on the time between opening and submitting problem.
if point>0 means code is true and accepted ?
If you are using the applet, you need to click "Run System Test" in the "Practice Options" menu. There should be a similar option in the web arena.
The point value you're seeing is based on how long you took to submit the problem after opening it. It means that if you were to submit that quickly in a real contest, and pass system tests, you would receive 179 points.
Does it means accepted if score was >0 ?
No, it's like pretests. You need to click on "run system test" button.
UPD: I was wrong. As riadwaw said, it's not like pretests. You'll get positive score anyway.
thank you !! ;)
it's not like pretests. you may fail even to pass samples and you'll get positive points anyway
Thank you for informing :) I didn't know that.
So how i know my submission got accepted ??
you read other comments in the thread
exuse me! thank you ;)