Run ID:87639

提交时间:2024-08-11 09:24:47

a,b=input().split() a=int(a) b=int(b) if a>b: print(a) if a<b: print(b)