摘要:
#include#include#include#include#include#include#define MAXLEN 100using namespace std;typedef struct{ char name[10]; int age;}DATA;typedef struc... 阅读全文
摘要:
#include#include#include#include#include#include using namespace std;typedef struct{ char key[10]; char name[20]; int age;}Data;typedef struct Node{ D... 阅读全文
摘要:
#include #include #include #include #include #include #define MAXLEN 100 using namespace std; typedef struct{ char key[10]; char name[20]; int age; }DATA; typedef struct{ DATA ListData[MAXLEN... 阅读全文