Problem | minstack |
---|---|
User | Ush |
Submission Time | 2024-12-11 15:02:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void push(int)’:
minstack.cpp:14:12: error: a function-definition is not allowed here before ‘{’ token
14 | void pop() {
| ^
minstack.cpp:21:11: error: a function-definition is not allowed here before ‘{’ token
21 | int top() {
| ^
minstack.cpp:25:14: error: a function-definition is not allowed here before ‘{’ token
25 | int getMin() {
| ^
minstack.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
minstack.cpp:8:18: note: to match this ‘{’
8 | void push(int X) {
| ^