feat(cses): range queries
;
This commit is contained in:
parent
3b7cd11dc0
commit
60fc2a123c
39 changed files with 2044 additions and 19 deletions
12
cses/range-queries/salary-queries-fenwick.in
Normal file
12
cses/range-queries/salary-queries-fenwick.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
10 10
|
||||
9 9 1 4 3 2 10 1 2 1
|
||||
? 1 5
|
||||
? 3 9
|
||||
? 2 5
|
||||
! 5 1
|
||||
? 2 5
|
||||
? 2 4
|
||||
? 3 10
|
||||
? 2 6
|
||||
? 7 7
|
||||
? 3 7
|
||||
Loading…
Add table
Add a link
Reference in a new issue