Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122881 江屹山 比较大小 Python3 Wrong Answer 33 MS 3768 KB 80 2025-06-21 20:57:19

Tests(0/1):


Code:

a=int(input()) b=int(input()) if a > b: print(a,b) else: print(b,a)


Run Info:

------Input------
2563 20323
------Answer-----
20323 2563
------Your output-----