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