int main(){int n,p;scanf("%d%d",&n,&p);puts(p==n*p?"=":"!=");return 0;}