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