- 博客(1)
- 收藏
- 关注
原创 C语言萌新,求指点
C语言新手,用单循环链表写约瑟夫环问题,但老是遇到这种情况以下为源代码`#include <stdio.h>#include <stdlib.h>#include <malloc.h>typedef struct node{int num;int password;struct node *next; }Lnode;Lnode t;voi...
2018-09-29 16:01:16
291
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人