#include using namespace std; #define rep(i,a,b) for(int i=a;i> N >> P; if (N == 1 || P == 0) cout << "=" << endl; else cout << "!=" << endl; }