Run ID:87754

提交时间:2024-08-12 18:00:45

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