Problem minstack
User yc
Submission Time 2025-05-29 06:39:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘int main()’:
minstack.cpp:32:15: error: ‘class std::stack<int>’ has no member named ‘getMin’
32 | else cout<<a.getMin();
| ^~~~~~