Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91424 谭景年 05交换数据 Python3 Accepted 54 MS 3764 KB 70 2024-09-21 18:40:34

Tests(10/10):


Code:

s=input().split() b=int(s[1]) a=int(s[0]) c=a a=b b=c print(a,b)