ls=list(map(int,input().split())) if ls[1]==ls[0]*ls[1]: print("=") else: print("!=")