Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132012 丁俊杰 数组输出 Python3 Accepted 49 MS 3736 KB 79 2025-10-03 20:12:55

Tests(1/1):


Code:

s=input() a=s.split() for i in range(10): print(a[i],end=" ") print()