摘要: #include #include using namespace std;int n,m,e[9][9],root;int num[9],low[9],flag[9],index;void dfs(int cur,int father){ int child= 0,i; ind... 阅读全文
posted @ 2016-08-14 00:14 弃用博客 阅读(146) 评论(0) 推荐(0)