Problem minstack
User maximushartanto
Submission Time 2025-07-02 21:40:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp:20:18: error: non-member function ‘int top()’ cannot have cv-qualifier
20 | inline int top() const {
| ^~~~~
minstack.cpp:25:21: error: non-member function ‘int getMin()’ cannot have cv-qualifier
25 | inline int getMin() const {
| ^~~~~