Owl Get a Life
minstack.cpp: In function ‘void push(int)’:minstack.cpp:17:23: error: expected ‘;’ before ‘}’ token 17 | minstk.push(X) | ^ | ; 18 | }else{ | ~