Run ID:116752

提交时间:2025-04-12 13:39:18

a,b=input().split() a,b=int(a),int(b) if a>=b: print(a) else: print(b)