Problem segmenttree
User PlayVoltz
Submission Time 2023-07-06 19:44:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp: In function ‘int main()’:
segmenttree.cpp:56:27: error: expected ‘;’ before ‘}’ token
56 | update(0, 0, n-1, x, y)
| ^
| ;
57 | }
| ~