Run ID:122104

提交时间:2025-06-14 11:26:38

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