obsolete's blog

By obsolete, 10 years ago, In English

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!

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

»
10 years ago, # |
  Vote: I like it +5 Vote: I do not like it

I don't think it is possible

  • »
    »
    10 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    It definitely is possible, in worst case you can do it manually :D

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

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 years ago, # |
Rev. 5   Vote: I like it +13 Vote: I do not like it

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