ShafinKhadem's blog

By ShafinKhadem, history, 4 years ago, In English

As I couldn't find any easy way to find problem difficulty rating without seeing tags, I have written a python3 script to do it:

Code

Usage: Run the script. Input the contestId (from URL, e.g. 1148) to view rating of all problems of that contests. Input contestId/problemIndex (e.g. 1108/E2) to view rating of only that problem.

If the problem has no rating yet, it will print None. Exception will be thrown if it fails to connect to codeforces server or invalid input is given.

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

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

extension?

  • »
    »
    4 years ago, # ^ |
      Vote: I like it -35 Vote: I do not like it

    Maybe write a few lines of js yourself?

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

      Maybe not every single human being in the world knows js?

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

    Here you go. Paste it in tapermonkey, and enable tags in settings. It will hide all tags for problems except difficulty.