Run ID:87749

提交时间:2024-08-12 17:55:15

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