This is a tool to automatically solve AtCoder problems using ChatGPT.
Using this in actual contests is not prohibited, but it is not recommended. 公式ルール
- atcoder-cli
- online-judge-tools
-
install rye
- install instructions: https://rye-up.com/guide/installation/
-
enable uv to speed up dependency resolution.
rye config --set-bool behavior.use-uv=true
-
create a virtual environment
rye sync
-
set template
make set-template
-
set OPEN_API_KEY in .env
echo "OPEN_API_KEY=your_open_api_key" > .env
rye run python main.py {contest_id}