摘要: 1.通讯录排序 #include"stdio.h"struct birthday{ int year,month,day;};struct people{ char name[20]; struct birthday b; int phonenumber;}a[10],x;int main(){ i 阅读全文
posted @ 2019-06-23 17:21 黄科迪 阅读(185) 评论(1) 推荐(0) 编辑