#include<bits/stdc++.h> using namespace std; int main(){ freopen("z.out","w",stdout); cout<<-1; return 0; }