Frez's blog

By Frez, history, 11 years ago, In English

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 ?

  • Vote: I like it
  • +5
  • Vote: I do not like it

»
11 years ago, hide # |
Rev. 2  
Vote: I like it +9 Vote: I do not like it

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.

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Score in topcoder depends on the time between opening and submitting problem.

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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.

»
11 years ago, hide # |
Rev. 3  
Vote: I like it 0 Vote: I do not like it

Does it means accepted if score was >0 ?