Owl Get a Life
minstack.cpp: In function ‘void pop()’:minstack.cpp:14:15: error: expected ‘;’ before ‘}’ token 14 | mn.pop_back() | ^ | ; 15 | } | ~