Owl Get a Life
brick.cpp: In function ‘int main(int, char**)’:brick.cpp:25:22: error: expected ‘;’ before ‘for’ 25 | stack.pop_front() | ^ | ; 26 | for (int brick : stack){ | ~~~