摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #define MaxSize 100 typedef struct{ char data[MaxSize]; int top; }SqStack; //顺序栈的初始化 bool Init 阅读全文
posted @ 2022-05-06 15:11 七月猫合 阅读(38) 评论(0) 推荐(0)