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