数据结构实验之约瑟夫环实验 #includeusingnamespacestd;typedefintElemtype;typedefstructLNode//定义结点结构{Elemtypekey;intk;structLNode*next;}LNode,*LinkList;intInitList(LinkList&L)//初始