Run ID:115757

提交时间:2025-04-04 11:00:13

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