Problem | fenwicktree |
---|---|
User | xyz |
Submission Time | 2023-11-08 11:20:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:11:24: error: expected ‘;’ before ‘}’ token
11 | arr.push_back(curr)
| ^
| ;
12 | }
| ~