Run ID:116750

提交时间:2025-04-12 13:37:28

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