Problem paint
User AwkUngenially
Submission Time 2025-04-06 12:15:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (long long i = 0; i < no_of_jobs; i++) {
| ^~~
paint.cpp:8:24: error: ‘i’ was not declared in this scope
8 | for (long long i = 0; i < no_of_jobs; i++) {
| ^
paint.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘for’
14 | for (long long i = 0; i < no_of_jobs; i++) {
| ^~~
paint.cpp:20:28: error: ‘x’ was not declared in this scope
20 | for (long long i = 0; i < x; i--) {
| ^
paint.cpp:24:10: error: ‘x’ was not declared in this scope
24 | cout << x;
| ^