#include int main(){ int N,P; scanf("%d%d",&N,&P); if(P == N * P){ printf("="); }else{ printf("!="); } }