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