#include #include #include using namespace std; int N,M,K; int X[15]; vectorG[15]; bool dp[1<<15][15]; int ok[15]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>N>>M>>K; for(int i=0;i>X[i]; X[i]--; } for(int i=0;i>u>>v;u--,v--; G[u].push_back(v); G[v].push_back(u); } for(int i=0;i>v&1))dp[j|1<