我想看题解
队列那个函数输出是2 1....
出栈e=s.data[s.top-1]为什么要-1?不应该是e=s.data[s.top]?
读取表中的元素,按值去找,while循环中,应该是while(p!=NULL&&p->data!=x),是吗?