Owl Get a Life
lvm.cpp: In function ‘int main()’:lvm.cpp:53:20: error: expected ‘;’ before ‘s’ 53 | s.pop() | ^ | ; 54 | s.push(a * b); | ~