Owl Get a Life
hello.cpp: In function ‘int main()’:hello.cpp:9:50: error: expected ‘;’ before ‘}’ token 9 | cout << duo.first << " " << duo.second << "!" | ^ | ; 10 | 11 | } | ~