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

Compile Error

minstack.cpp: In function ‘int getMin()’:
minstack.cpp:97:29: error: ‘class std::stack<int>’ has no member named ‘end’
97 | while(st.find(pq.top())==s.end()){
| ^~~