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