摘要: 1 #include 2 #define _for(i,a,b) for(int i = (a);i G[MAXV]; 8 9 int dfs(int u) 10 { 11 if(Vis[u]) return 0; 12 Vis[u] = 1; 13 int sz = G[u].size(),r = sz&0x1; 14 _for(i,0,sz) r... 阅读全文
posted @ 2018-11-28 21:24 Asurudo 阅读(139) 评论(0) 推荐(0)
摘要: 代码借鉴:http://www.cnblogs.com/npugen/p/9527453.html 阅读全文
posted @ 2018-11-28 19:26 Asurudo 阅读(158) 评论(0) 推荐(0)