Owl Get a Life
lunchbox.cpp: In function ‘int main()’:lunchbox.cpp:17:16: error: expected ‘;’ before ‘v’ 17 | a -= v.top() | ^ | ; 18 | v.pop() | ~