728x90
반응형

n1 = int(input())
n2 = input()
for n in n2[::-1]:
    print(n1*int(n))
print(n1*int(n2))

728x90
반응형

+ Recent posts