#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct node{char a;struct node *next; }node;//块串块 typedef struct node1 {node *head,*last; } node1;//首位节点指针 nod...
Other
2024-01-08
55 点赞
0 评论
83 浏览