图不全先好好看到底是哪个文件在报错,是不是你截图的文件
写成
struct SqStack { int data[MAXSIZE]; int top; };
看看
另外,下面Push函数,缺少返回 true 的逻辑