feat(codeforces): 944
This commit is contained in:
parent
24744ab5c0
commit
c11932a0fb
20 changed files with 507 additions and 0 deletions
27
codeforces/944/.clangd
Normal file
27
codeforces/944/.clangd
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
CompileFlags:
|
||||
Add:
|
||||
- -std=c++20
|
||||
- -Wall
|
||||
- -Wextra
|
||||
- -Wshadow
|
||||
- -Wnon-virtual-dtor
|
||||
- -Wold-style-cast
|
||||
- -Wcast-align
|
||||
- -Wunused
|
||||
- -Woverloaded-virtual
|
||||
- -Wpedantic
|
||||
- -Wconversion
|
||||
- -Wsign-conversion
|
||||
- -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue