#include int main(void){ int p,n; scanf("%d%d",&n,&p); if(p == p*n){ printf("=\n"); }else{ printf("!=\n"); } return 0; }