摘要: 1 #include<stdio.h> 2 #include<string.h> 3 #include<stdlib.h> 4 typedef struct person{ 5 int num; 6 struct person* next; 7 }P; 8 int main() 9 { 10 int 阅读全文
posted @ 2021-03-27 22:59 泥烟 阅读(200) 评论(0) 推荐(0) 编辑