Run ID:142186

提交时间:2026-01-01 15:33:25

a,b=input().split(",") a,b=int(a),int(b) t=max(a,b) print("max="+str(t))