| Problem | minstack |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2025-12-12 09:31:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘int getMin()’:
minstack.cpp:35:12: error: expected ‘;’ before ‘}’ token
35 | return low
| ^
| ;
36 | }
| ~