AtCoder用Python Docker環境
3.5K
AtCoder用Python Docker環境
atc)による共通化されたコマンドの提供docker pull liebemagi/atcoder-python:latest
git clone https://github.com/liebe-magi/atcoder-python-docker
cd atcoder-python-docker
docker build -t atcoder-python .
atc commandmain.py & get test caseatc new abc001
atc run abc001-a
# PyPyでテストする場合
atc run abc001-a --pypy
# 環境変数で指定することも可
PYPY=true atc run abc001-a
atc run abc001-a --submit
# -sでも可
atc run abc001-a -s
# PyPyで提出する場合
atc run abc001-a -s --pypy
Content type
Image
Digest
sha256:71b7c5eb4…
Size
3.1 GB
Last updated
over 2 years ago
docker pull liebemagi/atcoder-python