int a,b,c,d; int main(){ scanf("%d%d%d%d",&a,&b,&c,&d); if(d>=10){ puts("Impossible"); }else{ puts("Possible"); int cnt=0; int ans=0; for(int i=0;i