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