摘要: #include<stdio.h> //若用printf,scanf,getchar,putchar,gets,puts函数需包含该头文件#include<malloc.h> //用malloc,free,realloc函数需包含该头文件#define MAXSIZE 100 //设线性表初始分配空 阅读全文
posted @ 2022-09-30 22:25 平凡的柳先生 阅读(30) 评论(0) 推荐(0)