Run ID:105078
提交时间:2025-01-12 14:04:31
a,b=input().split() a=int(a) b=int(b) if a>b: print(a) else: print(b)