n = input() ans = n for i in range(20): ans += n print(ans)