#include using namespace std; using ll = long long; void solve() { int n,d; cin>>n>>d; vectorv; for(int i=0; i>x; v.push_back(x); } int ct=0; for(int i=1; i> TC; //cin.ignore(); while (TC--) solve(); }