Run ID:116748

提交时间:2025-04-12 13:34:52

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