摘要: #include#include#include#include#include#define MAXSIZE 100typedef struct{ char elem[MAXSIZE]; int top; int low; int flag; //1是数字,2是字母,3是符号}Stack;char... 阅读全文
posted @ 2015-10-08 14:23 huangmp 阅读(1347) 评论(5) 推荐(0)