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