int main() { string s; while (cin >> s) { if (cin.get() == '\n') break; &nbs...