Problem segmenttree
User dzuizz
Submission Time 2025-09-20 16:23:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp:27:9: error: stray ‘\342’ in program
27 | while(q—){
| ^
segmenttree.cpp:27:10: error: stray ‘\200’ in program
27 | while(q—){
| ^
segmenttree.cpp:27:11: error: stray ‘\224’ in program
27 | while(q—){
| ^
segmenttree.cpp:30:41: error: stray ‘\342’ in program
30 | else if(a==2) cout<<root->rminq(b,c)<<‘\n’;
| ^
segmenttree.cpp:30:42: error: stray ‘\200’ in program
30 | else if(a==2) cout<<root->rminq(b,c)<<‘\n’;
| ^
segmenttree.cpp:30:43: error: stray ‘\230’ in program
30 | else if(a==2) cout<<root->rminq(b,c)<<‘\n’;
| ^
segmenttree.cpp:30:44: error: stray ‘\’ in program
30 | else if(a==2) cout<<root->rminq(b,c)<<‘\n’;
|