Problem segmenttree
User PlayVoltz
Submission Time 2023-10-26 16:13:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp: In function ‘int main()’:
segmenttree.cpp:47:2: error: ‘st’ was not declared in this scope; did you mean ‘std’?
47 | st = new node(0, n-1);
| ^~
| std