Skip to content
Codeforces

Codeforces Solutions

Build

1
2
3
4
5
6
7
python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
python parse_solutions.py

mkdocs serve
mkdocs build