Ta上传的资源 (0)

约瑟夫环 #include #include typedef struct node { int v; int q; struct node *next; }node; void sl(int n,node* &p) //传入指针构建链表 { printf("请输入密码:"); /* node *h