Run ID:115758
提交时间:2025-04-04 11:00:46
a,b=input().split() a,b=int(a),int(b) if a>b: print("max=",a) elif b<a: print("max=",b)