Run ID:106562
提交时间:2025-01-16 13:12:13
a,b=input().split() a=int(a) b=int(b) if a>b: print(a) else: print(b)