1.m个人的成绩存放在score数组中,请编写函数fun,它的功能是:将低于平均分的人作为函数值返回,将低于平均分的分数放在below所指定的函数中。 1.int fun(int score[],int m,int below[]) {int i,k=0,aver=0; for(i-0;i