acc -v
oj --version
acc login
oj login https://atcoder.jp
acc session
acc new < contest name >
oj test -c "python3 ./submit.py" -d ./tests
acc submit <submit file path>
show all options
acc config -h
acc config default-task-choice <next|inquiry|all>
- copy template dir
cp -r templates/py/ `acc config-dir`
- check abobe process is done successfully
acc templates
- when download problems, you can use template
acc new <contest name> --template py
- once set default-template, you dont have to set option everytime
acc config default-template py