Skip to content

Codeforces

Parsa Alizadeh edited this page Aug 7, 2020 · 6 revisions

URL Structure

https://codeforces.com/contest/<CONTEST>/problem/<INDEX>

upt Script

upt cf <CONTEST><INDEX>

for example: upt cf 1380E

Path

Codeforces parser will save tests to <ROOT>/<CONTEST>/<INDEX> by default. (<ROOT> was defined in the readme)

If you want to save tests inplace (./), add -i or --inplace argument at the end of the script.

Clone this wiki locally