约瑟夫问题c语言循环链表
#include "stdafx.h" #include #include //-------------------------------------------------------- typedef struct jos { int order; int mima;//每个人的密码 struct jos *link; }Node;
#include "stdafx.h" #include #include //-------------------------------------------------------- typedef struct jos { int order; int mima;//每个人的密码 struct jos *link; }Node;