Owl Get a Life
calc.cpp: In function ‘int main()’:calc.cpp:25:17: error: expected ‘;’ before ‘last’ 25 | mstack.pop() | ^ | ; 26 | last = 0; | ~~~~