Owl Get a Life
paint.cpp: In function ‘int main()’:paint.cpp:21:42: error: expected ‘;’ before ‘}’ token 21 | ans += jobs[i].second + jobs[i].first | ^ | ; 22 | } | ~