Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87747 冯潇阳 07比较大小 Python3 Wrong Answer 34 MS 3748 KB 75 2024-08-12 17:52:38

Tests(0/10):


Code:

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


Run Info:

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