feat(codeforces): 998

This commit is contained in:
Barrett Ruth 2025-02-07 10:44:44 -05:00
parent ceda5687f2
commit dc46462a62
31 changed files with 1346 additions and 0 deletions

8
codeforces/998/.clangd Normal file
View file

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