Problem | minstack |
---|---|
User | liuyueyang0510 |
Submission Time | 2024-05-21 10:30:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void pop()’:
minstack.cpp:17:14: error: expected ‘;’ before ‘}’ token
17 | st1.pop()
| ^
| ;
18 | }
| ~