静态链表

//------线性表的静态单链表存储结构

#define MAXSIZE 1000

typedef struct{

原文地址:https://www.cnblogs.com/daijkstra/p/4445724.html