摘要: #include<iostream>#include<cstring>#include<cstdio>using namespace std;const int N=1010;struct edge{ int v,w; edge* next;};struct node{ int k; edge* n 阅读全文
posted @ 2023-12-08 17:32 涨涨涨张 阅读(3) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>using namespace std;#define N 100typedef char OtherInfo;int visited[N]={0}; typedef struct ArcNode{int adjvex;OtherInfo info;struct 阅读全文
posted @ 2023-12-08 17:32 涨涨涨张 阅读(36) 评论(0) 推荐(0) 编辑