摘要: 是一道最小生成树的模板题,顺便学习了一下刘汝佳大大的间接排序和Kruskal算法。 /* ID:abc31261 LANG:C++ TASK:agrinet */ #include<cstdio> #include<cstring> #include<algorithm> #include<iost 阅读全文
posted @ 2015-11-29 23:01 Sun_Sea 阅读(156) 评论(0) 推荐(0)