This commit is contained in:
Barrett Ruth 2025-02-16 17:24:20 -05:00
parent 1214b129a5
commit 90c9c70260
24 changed files with 1284 additions and 0 deletions

8
codeforces/938/.clangd Normal file
View file

@ -0,0 +1,8 @@
CompileFlags:
Add:
- -std=c++23
- -Wall
- -Wextra
- -Wpedantic
- -Wshadow
- -Wno-unknown-pragmas