typedef int ElemType;typedef struct Node{ElemType data;struct Node *next;}Node;typedef struct Node *LinkList;
慕容3067478
收到一只叮咚
慕标5832272