Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91132 董洲成 02简单输入输出 Python3 Accepted 36 MS 3740 KB 45 2024-09-21 11:57:06

Tests(2/2):


Code:

a=input().split() b=a[0] b=int(b) print(b)