N, P = map(int, input().split()) print('=') if P == N * P else print('!=')