首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴杀梦远方的代码贴全部
#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
1
杀梦远方