摘要:
#includetypedef struct student{ char *name; int sno; int age; float score;}Student;void sortScore(Student st[],int len){ int flag = 0; for(int i=0;is... 阅读全文
posted @ 2015-08-03 16:14
XYQ全哥
阅读(7678)
评论(0)
推荐(0)
浙公网安备 33010602011771号