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

Автор Slow_But_Determined, история, 5 лет назад, По-английски

As it is ICPC practice season, we've been doing a lot virtual contests from gym. So, Here's a script that I made to sort problems of a contest in the order of number of submissions (which often translates to difficulty). This would help to choose a contest with smooth gradient and also quickly identify the next problem that should be solved during the contest.

INSTALLATION STEPS

  • Install Tampermonkey for Chrome/ Greasemonkey for Firefox.
  • Install the script from here.

USAGE

Go to any contest page such as:

http://codeforces.com/gym/101954

The problem list should get sorted automatically based on the number of submissions.

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

»
5 лет назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

This is very useful! Thank you