notalentprogrammer f00b19f981 20250506 baekjoon
2025-05-06 22:00:09 +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))