随笔分类 -  dfs/bfs

摘要:Description 题意:给定一个点数为n的竞赛图,求图的最小支配集 n include include include using namespace std; bitset g[99],tmp; int cas,n,path[9],Ans; bool dfs(int k,int p,bits 阅读全文
posted @ 2018-03-03 09:02 void_f 阅读(149) 评论(0) 推荐(0)