Problem minstack
User dacashew
Submission Time 2023-12-09 14:44:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘int getMin()’:
minstack.cpp:98:42: error: ‘st’ was not declared in this scope; did you mean ‘s’?
98 | while(!pq.empty() and m.find(pq.top())!=st.end()){
| ^~
| s