n, p = map(int, input().split()) if n == 1: print("=") else: print("!=")