Run ID:88636
提交时间:2024-08-19 16:33:35
a,b=input().split() a,b=int(a),int(b) if a>b: print(a) else: print(b)