Owl Get a Life
nystudy.cpp: In function ‘int main()’:nystudy.cpp:37:41: error: expected ‘;’ before ‘}’ token 37 | final_answer[pair.second] = pair.first | ^ | ; 38 | } | ~