2025-05-12 22:17:12 +09:00

2 lines
74 B
Python
Executable File

a, b = int(input()), input()
print(*[a*int(i) for i in b][::-1], a*int(b))