Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122102 王亦鸣 07比较大小 Python3 Wrong Answer 37 MS 3736 KB 83 2025-06-14 11:26:23

Tests(0/10):


Code:

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


Run Info:

------Input------
7405 9836
------Answer-----
9836
------Your output-----