Problem paint
User ghx312
Submission Time 2026-02-12 19:47:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:17:20: error: expected ‘;’ before ‘increase’
17 | cin >> temp
| ^
| ;
18 | increase.push_back(temp);
| ~~~~~~~~