Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92836 余泽越 07交换数据II Python3 Wrong Answer 35 MS 3776 KB 82 2024-10-06 15:16:50

Tests(1/10):


Code:

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


Run Info:

------Input------
10 27
------Answer-----
10 27
------Your output-----
27 10