#include using namespace std; typedef vector V; typedef vector VV; typedef vector VVV; int main(){ int N,K; cin>>N>>K;K--; int M=1<