摘要: #include <stdio.h> #include <string.h> #include<stdlib.h> typedef struct { char name[20]; // 姓名 char phone[12]; // 手机号 int vip; // 是否为紧急联系人,是取1;否则取0 } 阅读全文
posted @ 2023-12-13 20:11 王勇智 阅读(11) 评论(0) 推荐(0) 编辑