#include using namespace std; // m1une on my phone int main(){ string S; cin >> S; cout << S << S; }