摘要: include<stdio.h> include<stdlib.h>//malloc函数 define MAXSIZE 100 typedef int ElemType; //初始化 typedef struct { //C 语言规定:指针变量名[下标] 等价于* (指针变量名 + 下标)。 //L 阅读全文
posted @ 2025-10-12 20:06 鲁国石玉峰 阅读(5) 评论(0) 推荐(0)