Skip to content

Instantly share code, notes, and snippets.

View RealA10N's full-sized avatar
💤
nothing to commit, working tree clean

Alon Krymgand RealA10N

💤
nothing to commit, working tree clean
View GitHub Profile
@RealA10N
RealA10N / cses-downloader.py
Last active May 28, 2022 06:45
A Python script that downloads all of your most recent accepted submissions from cses.fi
""" 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!
"""