Problem brick
User Diddylan123
Submission Time 2026-08-16 10:05:47
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 | }
| ~
brick.cpp:20:11: error: ‘brick_Stack’ was not declared in this scope; did you mean ‘brick_stack’?
20 | cout << brick_Stack[i]<<"\n";
| ^~~~~~~~~~~
| brick_stack