#include int main() { char str[50]; while (cin.getline(str,40)) cout << "string = \"" << str << "\"" << endl; }