#include int main() { int a,b; scanf("¥d ¥d", &a, &b); printf("%s¥n", (a==1||!b?"=":"!=")); }