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