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