| Problem | minstack |
|---|---|
| User | wneedywelon |
| Submission Time | 2026-03-07 18:16:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp:47:4: error: ambiguating new declaration of ‘LL top()’
47 | LL top(){
| ^~~
In file included from minstack.cpp:18:
minstack.h:5:5: note: old declaration ‘int top()’
5 | int top();
| ^~~
minstack.cpp:51:4: error: ambiguating new declaration of ‘LL getMin()’
51 | LL getMin(){
| ^~~~~~
In file included from minstack.cpp:18:
minstack.h:7:5: note: old declaration ‘int getMin()’
7 | int getMin();
| ^~~~~~