Problem paint
User AltheaZ
Submission Time 2023-06-28 10:59:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | cin>>price[j]
| ^
| ;
16 | }
| ~