Open jmpark0118 opened 4 years ago
출처 : https://www.hackerrank.com/challenges/python-quest-1/problem
for i in range(1,int(input())): print(int(i*(10**i-1)/9))
출처 : https://www.hackerrank.com/challenges/python-quest-1/problem