摘要: 括号匹配 #include <stdio.h> #include <stdlib.h> #define MaxSize 50 typedef char ElemType; typedef struct{ ElemType data[MaxSize]; int top; }SqStack; void 阅读全文
posted @ 2023-03-26 22:22 破忒头头 阅读(36) 评论(0) 推荐(0)