n,p=map(int,input().split())

ans="!="
if p==n*p:
    ans="="
print(ans)