摘要: #include<iostream> #include<cstring> #include<stdio.h> using namespace std; #define MAXSIZE 100 //元素进栈 int push(char* zhan, int top, char elem) { zhan 阅读全文
posted @ 2023-09-22 23:10 伐木工熊大 阅读(16) 评论(0) 推荐(0)