Problem | paint |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-05 17:50:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:9:18: error: expected ‘;’ before ‘}’ token
9 | cin >> price[i]
| ^
| ;
10 | }
| ~
paint.cpp:13:17: error: expected ‘;’ before ‘}’ token
13 | cin >> incr[i]
| ^
| ;
14 | }
| ~
paint.cpp:34:17: error: expected ‘;’ before ‘}’ token
34 | ct += cheap[i]
| ^
| ;
35 | }
| ~