Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88626 07比较大小 Python3 Wrong Answer 36 MS 3740 KB 84 2024-08-19 16:21:37

Tests(0/10):


Code:

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


Run Info:

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