a,b=map(int,input().split()) if(a==1 or b==0): print('=') else: print('!=')