#include #include using namespace std; int main(void) { string line; while (getline(cin, line)) cout << line << endl; }