小試一下

@TOC #include<iostream> using namespace std; #include<malloc.h> #define LEN sizeof(HashTable) int n; //用戶人數 struct node { char name[20]; char num[12]; char addr[50]; struct node*next; }; struct
相關文章
相關標籤/搜索