python3 script to show problem difficulty rating without tags

Revision en1, by ShafinKhadem, 2020-03-02 05:55:59

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.

Tags problem difficulties

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ShafinKhadem 2020-03-02 05:55:59 1283 Initial revision (published)