摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 typedef struct node 6 { 7 char name[11]; 8 char birthday[9]; 9 char phone[18]; 10 阅读全文
posted @ 2020-07-09 19:39 jason2018 阅读(315) 评论(0) 推荐(0) 编辑