Pety's blog

By Pety, history, 5 months ago, In English

I organized a two-day contest and I need to merge the rankings. Any idea how I do this? The answer is kind of urgent. Thx

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

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I suppose you should add everything if the contest is ICPC-style. Sum up the penalties and the solve count.

You can also add one more criterion, the Number of participation. Those who participated in both days will be up to the ones who participated in less than two days.

»
5 months ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

Use ITMO rating system, it takes into account problems solved, realative ranking and some cool stuff.

Edit: link