Owl Get a Life
sort2.cpp: In function ‘int main()’:sort2.cpp:26:25: error: expected ‘;’ before ‘}’ token 26 | cout << item << " " | ^ | ; 27 | } | ~