Run ID:92039
提交时间:2024-09-28 10:05:05
a,b=input().split() a=int(a) b=int(b) if a<=b: print(b) else: print(a)