IvanWoo / atcoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AtCoder

Quick-links

Requirements

  • gcc 13
  • pdm

Setup

$ pdm install

Usage

New contest

$ pdm run new {contest_id}

Compile & test single task

$ pdm run test contests/abc086/D

Submit single task

$ pdm run submit contests/abc086/D

About


Languages

Language:C++ 98.5%Language:Shell 1.5%