Skip to content

AtCoder

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

URL Structure

https://atcoder.jp/contests/<CONTEST>/tasks/<CONTEST>_<INDEX>

upt Script

upt atcoder <CONTEST> <INDEX>

Path

AtCoder 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.

Login

First, initialize your login information with this command.

upt atcoder init

NOTE: After giving info, your login data will be saved in ~/.upt.ini in a plain text.

To login before parsing a problem, use this template.

upt atcoder <CONTEST> <INDEX> -l

Clone this wiki locally