#include<stdio.h>
#define M 30
void main()
{
void score_fail(int *num,float *score,int m);
void num_gd(float *score,int m);
void high_aver(int *num,float *score,int m,float aver);
float stu_aver(float *score,int m);
float stu_score[M]; /*存放一门课成绩(物理)*/
int stu_num[M]; /*存放学号*/
int n=0; /*统计实际学生人数*/
int num=9999;
......................
阅读全部 | 2014年3月15日 22:06