Problem brick
User thelusidian
Submission Time 2024-10-23 16:31:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:12:23: error: expected ‘;’ before ‘for’
12 | seq.push_back(arr[0])
| ^
| ;
13 | for (int i=0;i<n;i++){
| ~~~
brick.cpp:13:15: error: ‘i’ was not declared in this scope
13 | for (int i=0;i<n;i++){
| ^