#include int main(){ int a,b; scanf("%d %d",&a,&b); if(b == a * b) printf("="); else printf("!="); return 0; }