Problem | fenwicktree |
---|---|
User | wrizz69 |
Submission Time | 2023-11-10 10:51:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:21:31: error: a function-definition is not allowed here before ‘{’ token
21 | int query(int x, int y) {
| ^
fenwicktree.cpp:31:33: error: a function-definition is not allowed here before ‘{’ token
31 | void update(int p, int v) {
| ^