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

Compile Error

segmenttree.cpp:11:25: error: stray ‘\342’ in program
11 | int rminq(int x,int y){
 if(x<=l&&r<=y) return v;
| ^
segmenttree.cpp:11:26: error: stray ‘\200’ in program
11 | int rminq(int x,int y){
 if(x<=l&&r<=y) return v;
| ^
segmenttree.cpp:11:27: error: stray ‘\250’ in program
11 | int rminq(int x,int y){
 if(x<=l&&r<=y) return v;
| ^
segmenttree.cpp:26:9: error: stray ‘\342’ in program
26 | while(q—){
| ^
segmenttree.cpp:26:10: error: stray ‘\200’ in program
26 | while(q—){
| ^
segmenttree.cpp:26:11: error: stray ‘\224’ in program
26 | while(q—){
| ^
segmenttree.cpp:29:41: error: stray ‘\342’ in program
29 | else if(a==2) cout<<root->rminq(b,c)<<‘\n’;
| ^
segmenttree.cpp:29:42