main(){ int a,b; scanf("%d %d",&a,&b); if(b==(a*b)){printf("=\n");} else{printf("!=\n");} }