Problem brick
User helloworld
Submission Time 2023-10-23 10:08:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:21:10: error: expected ‘;’ before ‘}’ token
21 | b.pop()
| ^
| ;
22 | }
| ~