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

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:25:18: error: expected ‘;’ before ‘}’ token
25 | s+=(price[k]*n)
| ^
| ;
26 | }
| ~