n = input() ans = n while len(ans) < 9: ans += n print(ans)