摘要: 1.通讯录排序: #include<stdio.h> struct birthday{ int year; int month; int day; }; struct frineds{ char name[2]; struct birthday bd; int number; }; int main 阅读全文
posted @ 2019-06-24 23:18 黄月香 阅读(169) 评论(1) 推荐(0) 编辑