C语言,去掉最高分和最低分求平均值
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/10 13:53:34
C语言,去掉最高分和最低分求平均值
原题
Description
Super girls is well-known to young men.But how to choose the super girls?We can see from the Hunan TV that there are many judges mark to the girls.If a girl gets marks of 95 ,100,85 and 95.Her score is 95---(95+95)/2--- because the top mark 100 and the bottommost 85 should take out.
Input
This problem contains multiple test cases!Each test case one line starts with an integer n( the number of judges,3
原题
Description
Super girls is well-known to young men.But how to choose the super girls?We can see from the Hunan TV that there are many judges mark to the girls.If a girl gets marks of 95 ,100,85 and 95.Her score is 95---(95+95)/2--- because the top mark 100 and the bottommost 85 should take out.
Input
This problem contains multiple test cases!Each test case one line starts with an integer n( the number of judges,3
min=a[0];
max=a[0];
这2句放循环外面
max=a[0];
这2句放循环外面
急!C语言编程:10个评委的给分中,去掉一个最高分,去掉一个最低分,剩余8个分数求平均值.请编程实现之
语言中,fun函数的功能是将一组得分中的最高分和最低分去掉,然后求平均值,并通过函数返回,该怎么编译
c语言 输入十个分数 去掉一个最高分最低分 求平均分
C语言程序 8位评委为5位歌手打分 去掉最高分最低分 求平均分
C编程在歌星大奖赛中有10个评委为参赛选手打分 分数为1~100选手得分为去掉最高分和最低分的平均值
C语言输入一个班级的成绩,求总分,平均分,最低分和最高分,输入-1表示结束
电子表格去掉五个个最高分和五个最低分求平均分,怎么求?
用c语言计算一个运动员的得分,共十名评委分别打分,去掉最高分和最低分,计算剩下的平均分
怎么用电子表格去掉最高分和最低分求总分或平均分
电子表格如何计算7个数之和,并且去掉一个最高分和一个最低分?求告知!
excel 如何去掉一个最高分和一个最低分求平均数
五位裁判员给一位体操运动员评分,去掉一个最高分和一个最低分.求最高分与最低分的平均分.