#include using namespace std; int main() { string S; cin >> S; assert(S.size()%2 == 0); cout << S << endl; }