Problem minstack
User NiXNull
Submission Time 2025-12-10 14:07:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘void pop()’:
minstack.cpp:11:5: error: ‘mn’ was not declared in this scope; did you mean ‘yn’?
11 | if(mn.top() == mnSt.top()) mnSt.pop();
| ^~
| yn