摘要:
题目链接:https://www.papamelon.com/problem/361; 今天最后一道mst,明天再战; Talk is cheap. Show me the code. #include<bits/stdc++.h> using namespace std; const int nu 阅读全文
摘要:
题目链接:https://www.luogu.com.cn/problem/P2121 最大生成树 Talk is cheap. Show me the code. #include<bits/stdc++.h> using namespace std; int n,m; const int num 阅读全文
摘要:
题目链接:http://poj.org/problem?id=2377; 仔细阅读题目,你会发现一个词-" as large as possible",这个词的意思是尽可能最大; 来,我们翻译一下题目: 题目大意是 现在有一个人给人修建一些线路,(当然,我们想要少花钱消费,人家就想多多赚你的钱了,现 阅读全文