Run ID:87748

提交时间:2024-08-12 17:53:41

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