Problem minstack
User Jayden
Submission Time 2025-06-06 22:08:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘int getMin()’:
minstack.cpp:18:10: error: ‘min_element’ was not declared in this scope
18 | return *min_element(minstac.begin(),minstac.end());
| ^~~~~~~~~~~