| Problem | fenwicktree |
|---|---|
| User | shoryu386 |
| Submission Time | 2024-02-04 00:37:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int32_t main()’:
fenwicktree.cpp:32:5: error: ‘update’ was not declared in this scope
32 | update(x+1, x+1, arr[x]);
| ^~~~~~
fenwicktree.cpp:43:7: error: ‘update’ was not declared in this scope
43 | update(temp1+1, temp3);
| ^~~~~~