求助

#include 「stdafx.h」 #include 「stdio.h」 #include 「stdlib.h」 struct linklist { int data; struct linklist *next; }; typedef struct linklist node; node *L,p; void createlist(linklist L,int n) { L=(node)ma
相關文章
相關標籤/搜索