Problem minstack
User WHEE29alt
Submission Time 2024-12-11 15:09:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘void push(int)’:
minstack.cpp:15:22: error: ‘x’ was not declared in this scope
15 | mn.pb(min(mn.back(),x))
| ^
minstack.cpp: In function ‘void pop()’:
minstack.cpp:20:10: error: expected ‘;’ before ‘}’ token
20 | mn.pob()
| ^
| ;
21 | }
| ~