x,y = map(int,input().split()) if x==x*y: print("=") else: print("!=")