| Problem | minstack |
|---|---|
| User | Dolphy |
| Submission Time | 2025-02-03 09:10:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void pop()’:
minstack.cpp:14:65: error: expected ‘;’ before ‘}’ token
14 | while (!pq.empty() && pq.top()==pq2.top()) {pq2.pop(); pq.pop()}
| ^
| ;