#include <iostream.h> #include <string.h> int main(void) { string s; getline(cin, s); cout << s << endl; return 0; }