用于词法分析的C++代码#include#include#includeusingnamespacestd;structsqstack//定义分析栈{intdata[20];inttop;//栈顶指针};