Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 802 Bytes

README.md

File metadata and controls

70 lines (52 loc) · 802 Bytes

check installed

acc -v
oj --version

login to AtCoder

acc login
oj login https://atcoder.jp

check login

acc session

download testcases

acc new < contest name >

test

oj test -c "python3 ./submit.py" -d ./tests

submit

acc submit <submit file path>

options

show all options

acc config -h

default-taskchoce

acc config default-task-choice <next|inquiry|all>

template

  • 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