IImad's blog

By IImad, history, 3 years ago, In English

How does the judging system compute Rank? .. I found this blog but it's for codeforces rating.

Can any algorithms help me to compute rank?

  • Vote: I like it
  • -21
  • Vote: I do not like it

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

The blog you are referring to is for codeforces' rating system there isn't something similar in the ICPC events because they don't have a rating system they only compute rank per contest.

here's how they compute it:

Teams are ranked according to the most problems solved; if two teams have the same number of problems solved the one with the least total time (penalty) gets a higher rank. also, there is a +20 minutes penalty for each rejected submission.