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