Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
87749 |
冯潇阳 |
07比较大小 |
Python3 |
Wrong Answer |
42 MS |
3736 KB |
63 |
2024-08-12 17:55:15 |
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