Problem | fenwicktree |
---|---|
User | zyh571 |
Submission Time | 2023-01-10 14:06:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:117:10: error: ‘struct node’ has no member named ‘range_add’; did you mean ‘range_sum’?
117 | root->range_add(inp2, inp3, inp4);
| ^~~~~~~~~
| range_sum