Run ID:95099

提交时间:2024-10-26 18:58:17

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