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