#include using namespace std; #define int long long signed main(){ int N,P; cin>>N>>P; if(P == N*P) cout<<"="<