Problem paint
User justin271828
Submission Time 2023-06-13 11:29:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:13:17: error: expected ‘;’ before ‘}’ token
13 | cin >> arrj[a]
| ^
| ;
14 | }
| ~