Problem fenwicktree_easy
User hackerman1234
Submission Time 2024-02-22 16:38:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fenwicktree_easy.cpp: In function ‘int main()’:
fenwicktree_easy.cpp:68:11: error: expected ‘}’ at end of input
68 | return 0;
| ^
fenwicktree_easy.cpp:44:12: note: to match this ‘{’
44 | int main() {
| ^