顺序表实现管理系统源程序
#define MAX 1024#include<stdio.h>#include<string.h>#include<malloc.h>#include<stdlib.h>void Inputdat
顺序表实现管理系统源程序