Problem | minstack |
---|---|
User | ETkilobyte |
Submission Time | 2025-05-10 10:18:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp:18:11: error: ambiguating new declaration of ‘long long int top()’
18 | long long top() {
| ^~~
In file included from minstack.cpp:2:
minstack.h:5:5: note: old declaration ‘int top()’
5 | int top();
| ^~~
minstack.cpp:21:11: error: ambiguating new declaration of ‘long long int getMin()’
21 | long long getMin(){
| ^~~~~~
In file included from minstack.cpp:2:
minstack.h:7:5: note: old declaration ‘int getMin()’
7 | int getMin();
| ^~~~~~