Owl Get a Life
minstack.cpp: In function ‘int top()’:minstack.cpp:21:17: error: expected ‘;’ before ‘}’ token 21 | return st.top() | ^ | ; 22 | } | ~