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

Автор obsolete, 10 лет назад, По-английски

Hello,

Can anyone tell me a way to get the list of Div2 'C' problems only, sorted by no. of users solved?

I couldn't find a way. Much appreciated.

Thanks!

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

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

I don't think it is possible

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

It seems that the easiest way is to sort all problems in problemset by order desc and then start to solve them skipping unwanted problems.

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

This is possible using the Codeforces API. I have just committed some code, so, you could simply solve your problem with the following script. This is the output of the script (the first ten 'C' Div. 2 problems sorted by number of accepted solutions):

Name                         Solved count   Url
Dominoes                     131            http://codeforces.com/contest/394/problem/C
Inna and Candy Boxes         167            http://codeforces.com/contest/390/problem/C
Crossword                    167            http://codeforces.com/contest/47/problem/C
Optimal Sum                  231            http://codeforces.com/contest/182/problem/C
Fractal Detector             277            http://codeforces.com/contest/228/problem/C
Crosses                      290            http://codeforces.com/contest/215/problem/C
Game                         313            http://codeforces.com/contest/69/problem/C
Robo-Footballer              324            http://codeforces.com/contest/248/problem/C
Capture Valerian             352            http://codeforces.com/contest/61/problem/C
Corporation Mail             378            http://codeforces.com/contest/56/problem/C