摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define MAXSIZE 100 4 5 typedef int ElemType; 6 7 typedef struct{ 8 ElemType data[MAXSIZE]; 9 int length; 阅读全文
posted @ 2019-05-18 22:46 PowerZZJ 阅读(2708) 评论(0) 推荐(0)