feat(cf): 952

This commit is contained in:
Barrett Ruth 2025-02-05 19:54:11 -05:00
parent 0cb0d11ba9
commit ceda5687f2
30 changed files with 1302 additions and 12 deletions

8
codeforces/952/.clangd Normal file
View file

@ -0,0 +1,8 @@
CompileFlags:
Add:
- -std=c++20
- -Wall
- -Wextra
- -Wpedantic
- -Wshadow
- -Wno-unknown-pragmas