摘要:
#include #include #include using namespace std; #define N 110 typedef struct{ char vexs[N]; int edge[N][N]; int n, e; }matrix_graph; int vis[N], cnt; void creatMG(matrix_graph &g) { ... 阅读全文
posted @ 2016-11-28 19:50
南风丶丶
阅读(153)
评论(0)
推荐(0)
浙公网安备 33010602011771号