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