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