CodeforcesHelper is a small tool for codeforces contest.
You can simplily use this to generate:
python3 ContestGenerator.py -c 1097 -l c++17
use -c
to specify the contest id and -l
to specify the language you want to use(C++17 in default).
Also, you can add your own language template into template directory.
The script above will automatically fetch all the sample tests from the contest.
TODO