Run ID:92807

提交时间:2024-10-06 14:47:45

s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) if a>b and a>b: print(a) else: print(b,)