摘要:
↑每一次选出合理的最小边,贪心衍生。 #include <iostream> #include<limits.h>//get一个最大宏 using namespace std; const int max1=101; int map[max1][max1],dist[max1],pre[max1]; 阅读全文
posted @ 2018-07-13 11:34
徐霁尧
阅读(104)
评论(0)
推荐(0)
|
摘要:
↑每一次选出合理的最小边,贪心衍生。 #include <iostream> #include<limits.h>//get一个最大宏 using namespace std; const int max1=101; int map[max1][max1],dist[max1],pre[max1]; 阅读全文
posted @ 2018-07-13 11:34
徐霁尧
阅读(104)
评论(0)
推荐(0)
|