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