| Problem | paint |
|---|---|
| User | Kannan |
| Submission Time | 2023-12-18 09:28:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘for’
12 | for(int i = 0; i < n; i++) {
| ^~~
paint.cpp:12:17: error: ‘i’ was not declared in this scope
12 | for(int i = 0; i < n; i++) {
| ^