Skip to content

ChatGPTでAtCoderの問題自動で解いて提出するやつ

Notifications You must be signed in to change notification settings

tubo213/AutoAtCoderSolver

Repository files navigation

Auto AtCoder Solver

This is a tool to automatically solve AtCoder problems using ChatGPT.

Using this in actual contests is not prohibited, but it is not recommended. 公式ルール

Requirements

  • atcoder-cli
  • online-judge-tools

Build Environment

  1. install rye

    1. install instructions: https://rye-up.com/guide/installation/
  2. enable uv to speed up dependency resolution.

    rye config --set-bool behavior.use-uv=true
  3. create a virtual environment

    rye sync
  4. set template

    make set-template
  5. set OPEN_API_KEY in .env

    echo "OPEN_API_KEY=your_open_api_key" > .env

Usage

rye run python main.py {contest_id}

About

ChatGPTでAtCoderの問題自動で解いて提出するやつ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published