#include using namespace std; #define ALL(x) begin(x),end(x) #define rep(i,n) for(int i=0;i<(n);i++) #define debug(v) cout<<#v<<":";for(auto x:v){cout<bool chmax(T &a,const T &b){if(abool chmin(T &a,const T &b){if(b ostream &operator<<(ostream &os,const vector&v){ for(int i=0;i<(int)v.size();i++) os< istream &operator>>(istream &is,vector&v){ for(T &x:v)is>>x; return is; } signed main(){ int q;cin>>q; while(q--){ int n;cin>>n; assert(n>=2); ll a,w,k;cin>>a>>w>>k; cout<<0< v(k-1); AC-=mid; rep(i,k-1) v[i]=AC/(k-1)+(imid) return true; return false; }; if(k p(n); rep(i,n) p[i]=a/(k-1)+(i v(n,0); rep(i,n) v[i]=t; w-=t*(t+1)/2*n; rep(i,w) v[i]=t+1; vector y(n); sort(ALL(v)); sort(ALL(p)); rep(i,n) y[i]=p[i]-v[i]*(v[i]+1)/2; sort(ALL(y)); if(y[0]!=y[1]){ cout<