a=[int(i) for i in input().split()] if a[1]==a[1]*a[0]: print("=") else: print("!=")