Owl Get a Life
brick.cpp: In function ‘int main()’:brick.cpp:20:25: error: expected ‘;’ before ‘s’ 20 | cout << " " << s.top() | ^ | ; 21 | s.pop() | ~