Run ID:115759
提交时间:2025-04-04 11:01:25
a,b=input().split() a,b=int(a),int(b) if a>b: print("max=",a) elif b>a: print("max=",b)