摘要: 5通讯录 #include<stdio.h>#include<stdlib.h> struct birth{ int year; int month; int day;};struct students{ char name[10]; long int birth; char phone[17];} 阅读全文
posted @ 2019-06-25 18:27 小阿喜 阅读(214) 评论(0) 推荐(0) 编辑