摘要: #include<stdio.h>struct students_jia{ char name[10]; int birthday; char phone[15]; };void sort(struct students_jia s[],int n){ int i,j; struct student 阅读全文
posted @ 2019-06-25 19:21 朱生平 阅读(115) 评论(0) 推荐(0)