//Judge test 1 #include using namespace std; using ll = long long; int main(){ int t; cin>>t; while(t--){ printf("-1\n"); } }