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