N, P = [int(i) for i in input().strip().split(' ')]

print('=' if P == N * P else '!=')