728x90
반응형

단순 사칙연산 문제이다.

N = int(input())
res = sum([N * 10**i for i in range(int(input())+1)])
print(res)
728x90
반응형

+ Recent posts