摘要: #include<stdio.h> #include<stdlib.h> typedef char VertexData; #define maxsize 20 typedef struct { VertexData vex[maxsize];//顶点表 int arc[maxsize][maxsi 阅读全文
posted @ 2020-05-26 22:37 VousAime 阅读(115) 评论(0) 推荐(0)