feat: 975

This commit is contained in:
Barrett Ruth 2025-02-08 15:13:02 -05:00
parent 36120f2cec
commit 7440bc2937
11 changed files with 289 additions and 3 deletions

8
codeforces/974/.clangd Normal file
View file

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