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