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