#include #include #include using namespace std; using ll = long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int t; cin>>t; while(t--){ ll n,x; cin>>n>>x; vector a(n); ll sum = 0; for(int i = 0;ix){ cout<<-1< b(n,0); for(int i = 0;i