#include"stdio.h" #define MAX 10000 #define vextype int //定义vextype为整型 #define edgetype int //定义edgetype为整型 #define MAXLEN 100 typedef struct