#include using namespace std; int main() { int n; cin>>n; int l,m,x,y; cin>>l>>m>>x>>y; cout<<"Impossible\n"; }