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