问题 更新时间2023/6/28 20:21:00 判断栈s满(元素个数最多n个)的条件是( )。A.s->top==0 B.s->top!=0 C.s->top==n-1 D.s->top!=n-1 答案 登录 注册 C 出自:国家开放大学 >> 国家开放大学数据结构复习题