print((lambda n,p: "=" if n*p == p else "!=")(*[int(i) for i in input().strip().split(" ")]))