Problem brick
User JoshJuice
Submission Time 2024-04-08 08:38:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:23:30: error: expected ‘;’ before ‘}’ token
23 | X.push_back(A[i])
| ^
| ;
24 | }
| ~