Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94135 谭景年 07比较大小 Python3 Wrong Answer 32 MS 3748 KB 80 2024-10-19 19:32:25

Tests(0/10):


Code:

s=input().split() a=int(s[0]) if a>b: print(a) else: print(b)


Run Info:

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