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