#include using namespace std; #define gc c=getchar() #define r(x) read(x) #define ll long long template inline void read(T&x){ x=0;T k=1;char gc; while(!isdigit(c)){if(c=='-')k=-1;gc;} while(isdigit(c)){x=x*10+c-'0';gc;}x*=k; } const int N=1e5+7; int sta[N],tot; int cnt[N]; setG[N]; int main(){ // freopen(".in","r",stdin); // freopen(".out","w",stdout); int n,k;r(n),r(k); if(k>10){ return puts("No"),0; } for(int i=1;i