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