#include using namespace std; signed main(){ int n,p;cin>>n>>p; cout<<(p==n*p?"=":"!=")<