Run ID:132011
提交时间:2025-10-03 20:06:18
s = input() a = s.split() for i in range(10): print(a[i], end=' ') print()