Owl Get a Life
minstack.cpp: In function ‘void push(int)’:minstack.cpp:8:16: error: expected ‘;’ before ‘ms’ 8 | v.push_back(X) | ^ | ; 9 | ms.insert(X); | ~~