Problem | brick |
---|---|
User | thatgreyCat7777 |
Submission Time | 2025-09-07 17:35:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:28:30: error: expected ‘;’ before ‘}’ token
28 | stack.pop_front()
| ^
| ;
29 | }
| ~