#include "stdafx.h" #include #include"stdlib.h" #include #include "iostream.h" #include "time.h" #define INFINITY 100 //最大值100 #define MAX_VERTEX_NUM 20 //最大定点个数 //邻接矩阵的定义 typedef struct ArcCell //弧结构定义 { int adj;