This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" A script for downloading all your submitted and accepted problems from | |
the cses.fi competitive programming online judge. Running the script will | |
download the latest submissions for all solved problems from the CSES Problemset | |
(even if the latest submission isn't the one that is accepted). | |
Tested only on the CSES Problemset, although it may work on other CSES contests | |
(may require some modifications). | |
Have a nice day! | |
""" |