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