import sys input = sys.stdin.readline N = input().strip() ans = N while len(ans)<10: ans += N print(ans)