摘要: #include<stdio.h> #include<string.h> #include<stdlib.h> typedef struct worker{ int data; struct worker *next; }linklist; linklist* creat(int n){ linkl 阅读全文
posted @ 2021-11-22 20:06 Sakurakio 阅读(37) 评论(0) 推荐(1)