Owl Get a Life
minstack.cpp: In function ‘int getMin()’:minstack.cpp:24:10: error: no match for ‘operator[]’ (operand types are ‘std::stack<int>’ and ‘int’) 24 | return i[0]; | ^