Problem brick
User Diddylan123
Submission Time 2026-08-16 10:06:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:17:27: error: expected ‘;’ before ‘}’ token
17 | brick_stack.push_back(x)
| ^
| ;
18 | }
| ~