Problem minstack
User sporknives
Submission Time 2024-12-11 15:41:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘void pop()’:
minstack.cpp:21:14: error: a function-definition is not allowed here before ‘{’ token
21 | int getMin() {
| ^
minstack.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
minstack.cpp:15:12: note: to match this ‘{’
15 | void pop() {
| ^