在线
客服

发布
需求

在线
聊天

天盟
APP

天盟APP下载

关注
微信

微信扫一扫访问
顶部

急需求助,下面是用单向循环链表实现约瑟夫环的程序,有点问题,希望大家可

#include  
using namespace std;
typedef struct LNode
{
        int number;
        int password;
        struct LNode *next;
}LNode,*LinkList;
void CreateList(LinkList &L)
{
        int n,i;
        LinkList p,q,first;
        first=new LNode;
        p=new LNode;
        first=p;

        cout

免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。

版权声明:作者保留权利,不代表天盟立场。

使用道具 举报

全部参与1

nan

使用道具 举报

发新帖
国内首家创新型IT技术需求众包服务平台,软件需求就上天盟网! 立即登录 立即注册