#include #define rep(i,a,b) for(int i=a;i> N >> M; if (M == 0 && N <= 2) printf("Impossible\n"); else printf("Possible\n"); }