aaa,bbb = map(int, raw_input().split(" ")) if bbb == aaa*bbb: print "=" else: print "!="