#include using namespace std; int main(){ int N; long long K; cin>>N>>K; vector A(N);for(auto&&e:A)cin>>e; vector B; for(int i=0;i