| Problem | paint |
|---|---|
| User | shaokai347 |
| Submission Time | 2026-02-12 09:53:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:8:14: error: expected ‘;’ before ‘i’
8 | for (int i=0 i<a; i++){
| ^~
| ;
paint.cpp:12:6: error: expected ‘(’ before ‘int’
12 | for int i=0; i<a; i++){
| ^~~
| (