#include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int T; cin>>T; while(T--){ long long A,B,C,K; cin>>A>>B>>C>>K; for(long long i=0;i