Problem segmenttree2
User PlayVoltz
Submission Time 2023-08-20 20:08:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree2.cpp: In function ‘int main()’:
segmenttree2.cpp:65:8: error: ‘t’ was not declared in this scope
65 | cin>>t;
| ^
segmenttree2.cpp:67:9: error: ‘l’ was not declared in this scope
67 | cin>>l>>r>>k;
| ^
segmenttree2.cpp:67:12: error: ‘r’ was not declared in this scope
67 | cin>>l>>r>>k;
| ^
segmenttree2.cpp:67:15: error: ‘k’ was not declared in this scope
67 | cin>>l>>r>>k;
| ^
segmenttree2.cpp:71:9: error: ‘l’ was not declared in this scope
71 | cin>>l>>r;
| ^
segmenttree2.cpp:71:12: error: ‘r’ was not declared in this scope
71 | cin>>l>>r;
| ^