Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
143632 丁俊杰 数组输出 Python3 Accepted 30 MS 3740 KB 81 2026-01-17 11:43:43

Tests(1/1):


Code:

a=list(map(int,input().split())) #print(*a) for i in a: print(i,end=" ")