| Problem | minstack |
|---|---|
| User | Usu |
| Submission Time | 2026-02-19 08:45:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp:19:5: error: ambiguating new declaration of ‘long long int top()’
19 | int top() {
| ^~~
In file included from minstack.cpp:2:
minstack.h:5:5: note: old declaration ‘int top()’
5 | int top();
| ^~~
minstack.cpp: In function ‘long long int top()’:
minstack.cpp:20:11: error: ‘class std::vector<long long int>’ has no member named ‘top’
20 | return k.top();
| ^~~
minstack.cpp: At global scope:
minstack.cpp:23:5: error: ambiguating new declaration of ‘long long int getMin()’
23 | int getMin() {
| ^~~~~~
In file included from minstack.cpp:2:
minstack.h:7:5: note: old declaration ‘int getMin()’
7 | int getMin();
| ^~~~~~