if __name__ == '__main__': l = raw_input().split() l_int = map(int,l) temp = l_int[0] * l_int[1] if l_int[1] == temp: print u"=" else: print u"!="