codeforces: 1003

This commit is contained in:
Barrett Ruth 2025-02-09 15:59:43 -05:00
parent 7440bc2937
commit d1b961e1c4
60 changed files with 2235 additions and 0 deletions

View file

@ -0,0 +1,5 @@
-std=c++23
-Wall
-Wextra
-Wpedantic
-Wshadow