王昊 2 years ago
parent c7838cccdd
commit 40b8c0271b

@ -6,11 +6,11 @@
char a[100];
struct node* next;
}edgenode;
struct vexnode {
typedef struct {
char name[100];
edgenode* firstnode;
};
struct list {
}vexnode;
typedef struct {
vexnode adjust[7];
int e, n;
};
}
Loading…
Cancel
Save