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