Problem paint
User hwy
Submission Time 2023-06-02 21:32:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:23:12: error: expected ‘;’ before ‘}’ token
23 | counter--
| ^
| ;
24 | }
| ~