| Problem | brick |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-05-26 14:25:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:9:6: error: ‘i’ was not declared in this scope
9 | for(i=0;i<n;i++){
| ^
brick.cpp:16:6: error: ‘i’ was not declared in this scope
16 | for(i=n-1;i>=0;i--){
| ^