Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
87636 |
赵乘浩 |
07比较大小 |
Python3 |
Wrong Answer |
31 MS |
3724 KB |
64 |
2024-08-11 09:20:26 |
Tests(0/10):
Code:
a=int(a)
b=int(b)
if a>b:
print(a)
if b>a:
print(b)
Run Info:
------Input------
7405 9836
------Answer-----
9836
------Your output-----