摘要: 把昨天提到的S.bottom简化之后又改了栈的链表。代码如下(已折叠):#include#includetypedef struct _node{ int num; struct _node *next;}node;node *s;void build(node *&S){ s=... 阅读全文
posted @ 2016-01-10 17:43 lvmememe 阅读(192) 评论(0) 推荐(0) 编辑