Блог пользователя IImad

Автор IImad, история, 3 года назад, По-английски

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?

  • Проголосовать: нравится
  • -21
  • Проголосовать: не нравится

»
3 года назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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.