“ 忠诚、笃学、严谨、守纪 ”

点击任意处进入
摘要: #include <stdio.h> #include <stdlib.h> typedef int DataType;// come typedef struct SeqStack{ int MAXNUM; int top; DataType *data; }SeqStack,*PSeqStack 阅读全文
posted @ 2026-04-26 16:44 alonep 阅读(11) 评论(0) 推荐(0)