| Problem | minstack |
|---|---|
| User | popperoni |
| Submission Time | 2025-12-12 01:19:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void pop()’:
minstack.cpp:83:5: error: ‘class std::multiset<long long int>’ has no member named ‘pop’
83 | ms.pop();
| ^~~
minstack.cpp: In function ‘int top()’:
minstack.cpp:87:12: error: ‘class std::multiset<long long int>’ has no member named ‘top’
87 | return ms.top();
| ^~~