Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92038 潘允晨 08比较大小 Python3 Wrong Answer 39 MS 3732 KB 84 2024-09-28 10:03:32

Tests(0/10):


Code:

a,b=input().split() a=int(A) b+int(b) if a<=b: print(b) else: print(a)


Run Info:

------Input------
53 26
------Answer-----
53
------Your output-----