#include using namespace std; int main() { char c; while ( cin >> c ){ cout << c; } cout << endl; return 0; }