单链表和栈
//include "stdio.h"#include "stdlib.h" typedefintElemType; structsNode (ElemType date;structsNode* n
单链表和栈