Run ID:87638
提交时间:2024-08-11 09:24:10
a,b=input().split() a=int(a) b=int(a) if a>b: print(a) if a<b: print(b)