我最近要编一个程序,照书上抄了一段程序,可是出现了一个问题,不知道怎么改,望请高人指点。#include <stdio.h>#define max 9999 #define maxvertex 100typedef char vextype;typedef float adjtype;typedef struct{ int n; vextype vexs;...
阅读全文
2008
12-03