最短路徑(鄰接矩陣)(弗洛伊德算法)

#include<bits/stdc++.h> #define MaxInt 1e8 #define MVNum 100 #define OK 1 #define ERROR 0 using namespace std; typedef int VerTexType; typedef int Status; typedef int ArcType; bool visit[MVNum]; int P
相關文章
相關標籤/搜索