n,p = map(int,input().split()) a = "=" if p == n * p else "!=" print(a)