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