Problem brick
User Soysauce
Submission Time 2024-08-21 16:38:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:11:22: error: expected ‘;’ before ‘for’
11 | pedo.push_back(c[0])
| ^
| ;
12 | for (int e = 0; e<n; e++){
| ~~~
brick.cpp:12:18: error: ‘e’ was not declared in this scope
12 | for (int e = 0; e<n; e++){
| ^