Problem segmenttree
User zhehanp
Submission Time 2024-09-24 18:03:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp: In function ‘int main()’:
segmenttree.cpp:49:21: error: expected ‘;’ before ‘if’
49 | cin>>a>>b>>c
| ^
| ;
50 | if (choice == 1){
| ~~
segmenttree.cpp:52:10: error: ‘else’ without a previous ‘if’
52 | }else{
| ^~~~