小试一下

@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
相关文章
相关标签/搜索