N, P = [int(i) for i in input().split()]
print("=" if P == N*P else "!=")