摘要: /*通讯录排序*/#include<stdio.h>#include<string.h>void paixu(struct Tongxunlu Tongxunlus[10],int n); /*定义函数*/struct birthday{ /*定义结构体*/int year;int month;in 阅读全文
posted @ 2019-06-25 19:25 苟童童 阅读(97) 评论(0) 推荐(0)