feat(codeforces): 799

This commit is contained in:
Barrett Ruth 2025-04-10 11:56:50 -04:00
parent 1a5e885c8f
commit 375a673932
52 changed files with 3233 additions and 0 deletions

23
codeforces/1016/.clangd Normal file
View file

@ -0,0 +1,23 @@
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
- -DLOCAL
- -Wno-unknown-pragmas