智健blog

摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #define maxsize 100 typedef struct { int data[maxsize]; int length; }SqNode; int FindEle(Sq 阅读全文
posted @ 2020-06-21 22:19 智健 阅读(718) 评论(0) 推荐(0) 编辑