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