Run ID:94137

提交时间:2024-10-19 19:33:44

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