#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int test; cin >> test; while(test--){ long long N,X; cin >> N >> X; vector answer; bool ok = true; for(int i=0; i