Problem paint
User justin271828
Submission Time 2023-06-05 10:44:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | total += arri[a]
| ^
| ;
14 | }
| ~