N = input() ans = N while len(ans) < 10: ans += N print(ans)