#include #include using namespace std; int main() { string text = ""; cin >> text; cout << text; return 0; }