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