摘要: 静态分配空间 #include <stdio.h> #include <stdlib.h> #define MaxSize 10 typedef struct{//结构体 int data[MaxSize];//定义一个数组 int length;//数据长度 }seqList; void chus 阅读全文
posted @ 2021-05-11 23:16 小白yuan 阅读(1483) 评论(0) 推荐(0)