#include using namespace std; int main(){ string s = "="; int n,p;cin>>n>>p; if(n!=1 && p!=0)s = "!="; cout << s << endl; }