Run ID:140747
提交时间:2025-12-20 11:33:30
a,b=input.split() a=int(a) b=int(b) if a>b: print(a) else: print(b)