#coding: utf-8 ##yuki_337 s=[] s=map(int,raw_input().split()) n=int(s[0]) p=int(s[1]) if p==n*p: print "=" if p!=n*p: print "!="