feat(cses): range queries

;
This commit is contained in:
Barrett Ruth 2025-02-28 11:35:58 -05:00
parent 3b7cd11dc0
commit 60fc2a123c
39 changed files with 2044 additions and 19 deletions

View file

@ -0,0 +1,8 @@
CompileFlags:
Add:
- -Wall
- -Wextra
- -Wpedantic
- -Wshadow
- -DLOCAL
- -Wno-unknown-pragmas