摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1301依旧Prim............不多说了 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 #define MAX ... 阅读全文
摘要:
Problem DescriptionThere are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to e... 阅读全文