d=[int(x) for x in input().split()] print("=") if d[0]==1 else print("!=")