Problem | fenwicktree |
---|---|
User | Xiaoyang |
Submission Time | 2024-12-04 13:36:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int32_t main()’:
fenwicktree.cpp:26:3: error: ‘upd’ was not declared in this scope; did you mean ‘up’?
26 | upd(i, a);
| ^~~
| up
fenwicktree.cpp:39:4: error: ‘upd’ was not declared in this scope; did you mean ‘up’?
39 | upd(a,c);
| ^~~
| up