| Problem | minstack |
|---|---|
| User | Phoubia01 |
| Submission Time | 2025-12-23 20:37:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void push(int)’:
minstack.cpp:7:19: error: expected ‘;’ before ‘if’
7 | s.push_back(X)
| ^
| ;
8 | if (m.empty()){
| ~~
minstack.cpp:11:5: error: ‘else’ without a previous ‘if’
11 | else{
| ^~~~