#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
134 点赞
2 评论
203 浏览