Problem minstack
User wasdplant
Submission Time 2025-02-14 01:54:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘int getMin()’:
minstack.cpp:24:18: error: expected ‘}’ at end of input
24 | return mn.back();
| ^
minstack.cpp:23:14: note: to match this ‘{’
23 | int getMin() {
| ^