用链表(带头结点)实现法雷序列,不能使用STL容器,重要代码在LinkNode*p=first->link; LinkNode*current=first->link; /*file