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

View file

@ -0,0 +1,21 @@
-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
-std=c++23