Problem segmenttree
User MS
Submission Time 2023-08-30 23:53:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp: In function ‘int main()’:
segmenttree.cpp:15:20: error: ‘min_element’ was not declared in this scope
15 | cout<<*min_element(&arr[x],&arr[y+1])<<endl;
| ^~~~~~~~~~~