This commit is contained in:
Barrett Ruth 2025-04-07 10:07:59 -04:00
parent 26f66e43d8
commit 7553bd6502
17 changed files with 1695 additions and 84 deletions

24
codeforces/874/.clangd Normal file
View file

@ -0,0 +1,24 @@
CompileFlags:
Add:
- -Wall
- -Wextra
- -Wshadow
- -Wnon-virtual-dtor
- -Wold-style-cast
- -Wcast-align
- -Wunused
- -Woverloaded-virtual
- -Wpedantic
- -Wmisleading-indentation
- -Wduplicated-cond
- -Wduplicated-branches
- -Wlogical-op
- -Wnull-dereference
- -Wuseless-cast
- -Wformat=2
- -Wformat-overflow
- -Wformat-truncation
- -Wdouble-promotion
- -Wundef
- -DLOCAL
- -Wno-unknown-pragmas