#include using namespace std; int main() { string S; if (getline(cin, S)) { cout << S << endl; } }