N, P = input().split() if N == "1": print("=") else: print("!=")