prim 算法 按点算,适合于点少的情况 邻接矩阵,时间复杂度 o(n^2) //PTA公路村村通 #include<iostream> #include<cstdio> using namespace std; const int INF = 0x3fffffff; const int MAXV