Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
66906 胡海峰老师 输出字符 Python3 Accepted 32 MS 3736 KB 82 2024-03-11 15:17:11

Tests(1/1):


Code:

nums = input() def out_put(a): print(a[0],a[1],a[2],a[3]) out_put(nums)