ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

Solution ratings are not considering the memory usage?
Posted by ucs6 14 Nov 2012 00:15
It seems like the solution ratings are first sorted based on runtime, and then if a tie, on the time of submission which does not make too much sense. Maybe it should be sorted based on memory usage if a tie on runtime?
Re: Solution ratings are not considering the memory usage?
Posted by Bogatyr 14 Nov 2012 11:07
Rating based on time of submission gives incentive to be the first to solve new problems.  I agree that including memory usage in rating makes sense though.
Re: Solution ratings are not considering the memory usage?
Posted by DR. Zhihua Lai 14 Nov 2012 15:32
There is a bug.

If you have multiple submissions of same execution time but different memory usage.

The final solution ratings will be still showing the first submission even your second submission uses less memory at the same execution time.