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