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