An open API service indexing awesome lists of open source software.

https://github.com/hpprc/pythonatcoder

📝 Solutions of AtCoder written in Python
https://github.com/hpprc/pythonatcoder

atcoder-solutions competitive-programming python3

Last synced: 12 days ago
JSON representation

📝 Solutions of AtCoder written in Python

Awesome Lists containing this project

README

        

# Python AtCoder

```bash
pip3 install online-judge-tools
npm install -g atcoder-cli
acc config default-template python
acc config default-test-dirname-format test
mkdir -p (acc config-dir)/python
mkdir -p (acc config-dir)/pypy

```

```bash
cp ./main.py (acc config-dir)/python
cp ./template.json (acc config-dir)/python
cp ./main.py (acc config-dir)/pypy
cp ./template.json (acc config-dir)/pypy
```

```bash
oj login https://atcoder.jp/
oj login https://beta.atcoder.jp/
```

## test

```
cd task_dir
acct
```

## submit

```
acc s
```