摘要: ```c #include using namespace std; #define MaxInt 32767 #define MVNum 100 typedef char VerTexType; typedef int ArcType; int Path[MVNum][MVNum]; //标志两个 阅读全文
posted @ 2023-06-21 08:45 yesyes1 阅读(54) 评论(0) 推荐(0)