Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132011 叶航帅 数组输出 Python3 Accepted 49 MS 3732 KB 88 2025-10-03 20:06:18

Tests(1/1):


Code:

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