while (cin) { char s[201]; cin.getline(s, 200); cout << s << endl; }