yunoda-3DCG/AtCoder_python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
AtCoderへのログイン
oj login https://atcoder.jp/
テストインプットのダウンロード
oj d https://atcoder.jp/contests/agc001/tasks/agc001_a
テストの実行
oj t -c "python3 abc295a.py" -d test
コードの提出
oj s https://atcoder.jp/contests/abs/tasks/abc086_a abc086a.py
pypyで提出する場合
oj s --guess-python-interpreter pypy abc086a.py