会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嘻嘻嘻ziixi
博客园
首页
新随笔
联系
管理
订阅
10 2020 档案
约瑟夫环之链表实现 C++实现
摘要:#include <iostream>#include <stdlib.h>using namespace std;struct node{ int x; //号码 int data; //密码 struct node * next; //下一个节点};typedef struct node *Li
阅读全文
posted @
2020-10-06 19:15
嘻嘻嘻ziixi
阅读(227)
评论(0)
推荐(0)
公告