int Pop(SqStack *S,StkType *ch) { if(S->top == S->base) return 0; --S->top; *ch=*S->top; return 1; }
70,020
社区成员
243,264
社区内容
加载中
试试用AI创作助手写篇文章吧