Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90436 余泽越 05交换数据 Python3 Accepted 39 MS 3732 KB 53 2024-09-14 20:06:11

Tests(10/10):


Code:

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