Skip to content

AtCoder

Parsa Alizadeh edited this page Jul 14, 2020 · 7 revisions

URL Structure

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

upt Script

upt atcoder <CONTEST> <PPOBLEM_INDEX>

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 parse a problem, use this template.

upt atcoder <CONTEST> <PROBLEM_INDEX> -l

Clone this wiki locally