Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133195 叶航帅 05交换数据 Python3 Accepted 49 MS 3768 KB 61 2025-10-16 21:11:56

Tests(10/10):


Code:

a, b = map(int,input().split()) a, b = b, a print(a, b)