Problem segmenttree2
User hmm
Submission Time 2025-02-18 11:12:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree2.cpp: In member function ‘void node::prop()’:
segmenttree2.cpp:34:6: error: ‘s’ was not declared in this scope
34 | if(s == e) return;
| ^
segmenttree2.cpp:34:11: error: ‘e’ was not declared in this scope
34 | if(s == e) return;
| ^