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