Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91943 乔仲熠 05交换数据 Python3 Accepted 44 MS 3776 KB 65 2024-09-25 20:46:35

Tests(10/10):


Code:

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