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