C語言萌新,求指點

C語言新手,用單循環鏈表寫約瑟夫環問題,但老是遇到這種情況 以下爲源代碼`#include <stdio.h> #include <stdlib.h> #include <malloc.h> typedef struct node { int num; int password; struct node *next; }Lnode; Lnode t; void Creat(Lnode L) { t
相關文章
相關標籤/搜索