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