# -*- coding: utf-8 -*- import sys,copy,math,heapq,itertools as it,fractions,re,bisect,collections as coll N, P = map(int, raw_input().split()) print "=" if P == N*P else "!="