#include <iostream>
using namespace std;
signed main(){
int x,y;
cin >> x >> y;
if(y < -2)
cout << "Попадает";
else
cout << "Не попадает";
}
#include <iostream>
using namespace std;
signed main(){
int x,y;
cin >> x >> y;
if(y < -2)
cout << "Попадает";
else
cout << "Не попадает";
}