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