Welcome to the Codeforces 800 Rated Problem Solutions repository! This repository contains my solutions to various Codeforces problems rated 800. This is a beginner-friendly collection of ...
Codeforces-solutions/ ├── Contest-1234/ │ ├── A.cpp │ ├── B.cpp ├── Div2-789/ │ ├── A.py │ ├── B.py │ └── C.py ├── README.md Each file is named according to its problem code and contains: - A ...