2020年8月15日
摘要: #pragma warning(disable:4996)#include<malloc.h>#include<stdio.h>#define MaxVertexNum 100 //最大顶点数设为100typedef int Vertex; //用顶点下标表示顶点,为整型typedef int We 阅读全文
posted @ 2020-08-15 23:47 无畏勇者城之内 阅读(241) 评论(0) 推荐(0) 编辑
摘要: #pragma warning(disable:4996)#include<malloc.h>#include<stdio.h>#define MaxVertexNum 100 //最大顶点数设为100#define INFINITY 65535 //最大值为65535typedef int Ver 阅读全文
posted @ 2020-08-15 23:18 无畏勇者城之内 阅读(190) 评论(0) 推荐(0) 编辑