#include using namespace std; int H,S; int main() { cin >> H >> S; if(H%2 == S%2)cout<<"Possible"<