Run ID:116749

提交时间:2025-04-12 13:36:33

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