ll@N,@K; if(K==N-1)wt("No"); else { wt("Yes"); rep(i,1,N){ if(i>K)wt(i,i+1,N); else wt(i,i+1,-1); } }