c#include <bits/stdc++.h> using namespace std; int ans, del; vector<int> node[51]; void dfs(int startNode) { if(startNode == del){ return;
#include <bits/stdc++.h> using namespace std; int ans, del; vector<int> node[51]; void dfs(int startNode) { if(startNode == del){ return;