Owl Get a Life
paint.cpp: In function ‘int main()’:paint.cpp:26:19: error: expected ‘;’ before ‘}’ token 26 | total[k]+=job[k] | ^ | ; 27 | } | ~