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