Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
87748 |
冯潇阳 |
07比较大小 |
Python3 |
Wrong Answer |
36 MS |
3724 KB |
63 |
2024-08-12 17:53:41 |
Tests(2/10):
Code:
a,b=input().split()
if a>b:
print(a)
else:
print(b)
Run Info:
------Input------
697 2981
------Answer-----
2981
------Your output-----
697