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