会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吕辉
管理
2021年12月9日
约瑟夫环
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 typedef struct list 5 { 6 int ID; 7 int PASSWORD; 8 struct list *next; 9 }LIST; 10 11 /*************函数声
阅读全文
posted @ 2021-12-09 16:31 吕辉
阅读(41)
评论(0)
推荐(0)