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
- Host: GitHub
- URL: https://github.com/hpprc/pythonatcoder
- Owner: hppRC
- Created: 2020-06-13T14:50:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T08:08:17.000Z (over 4 years ago)
- Last Synced: 2025-02-10T13:37:31.988Z (5 months ago)
- Topics: atcoder-solutions, competitive-programming, python3
- Language: Python
- Homepage: https://atcoder.jp/user/hpp
- Size: 175 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```