Problem | fenwicktree |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-02 19:59:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘void build()’:
fenwicktree.cpp:9:3: error: ‘rangeupdate’ was not declared in this scope
9 | rangeupdate(i, i, arr[i]);
| ^~~~~~~~~~~