摘要: #include<bits/stdc++.h> #include<string.h>using namespace std;#define maxlen 100 //表的最大长度 typedef struct{ int key; char name[20]; int age;} Data;//节点的 阅读全文
posted @ 2023-04-18 20:55 mo寒流xing 阅读(26) 评论(0) 推荐(0)