Run ID:94323
提交时间:2024-10-20 11:35:31
q=input().split() a=q[0] b=q[1] a=int(a) b=int(b) if a>b: print(a) else: print(b)