#include<bits/stdc++.h>
using namespace std;
typedef struct{
int id;
#define MAXSIZE 20
char name[MAXSIZE]
线性表 作业
最新推荐文章于 2024-09-17 14:54:46 发布

#include<bits/stdc++.h>
using namespace std;
typedef struct{
int id;
#define MAXSIZE 20
char name[MAXSIZE]