#include<iostream> using namespace std; int main() { int p,n; cin>>n>>p; if(p==n*p)cout<<"="<<endl; else cout<<"!="<<endl; return 0; }