Owl Get a Life
minstack.cpp: In function ‘void push(int)’:minstack.cpp:9:6: error: expected primary-expression before ‘!=’ token 9 | if (!= i.empty()) i.push(min(i.top(),X)); | ^~