Codeforces icon indicating copy to clipboard operation
Codeforces copied to clipboard

Codeforces Solutions

Codeforces

Codeforces Solutions

Build

python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
python parse_solutions.py

mkdocs serve
mkdocs build