摘要: #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define MAX 100 #define DataType char typedef struct { DataType elem[MAX]; int top; }SeqSta 阅读全文
posted @ 2020-05-03 22:21 VousAime 阅读(131) 评论(0) 推荐(0)