POJ2349
摘要:
#include//POJ2349 #include #include #include #include #define inf (0x3f3f3f3f) #define DEF (1e-5) using namespace std; const int maxn = 500 + 5; /*一些最小生成树的新见解 (因为最小生成树是贪心构造, 每一条边都是体系内的最短距 离,所以也可以用来求构... 阅读全文
posted @ 2019-09-19 23:31 chengyulala 阅读(181) 评论(0) 推荐(0)
浙公网安备 33010602011771号