Run ID:94090

提交时间:2024-10-19 18:59:58

c=input().split(",") a=c[0] a=int(a) b=c[1] x=c[2] x=int(x) b=int(b) if b>a or b>x : print("max=",b,sep="") else: if a>x : print("max=",a,sep="") else : print("max=",x,sep="")