m,a = map(int,input().split())if a==m:a-=3if a<m-a: print(str(a)+"+"+str(m-a)+"="+str(m))else: print(str(m-a)+"+"+str(a)+"="+str(m))