Problem paint
User AltheaZ
Submission Time 2023-06-27 11:53:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:26:19: error: expected ‘;’ before ‘}’ token
26 | total[k]+=job[k]
| ^
| ;
27 | }
| ~