Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
2358 陶俊宸 乐乐的得分 C++ 通过 100 0 MS 268 KB 257 2019-11-23 16:45:31

Tests(1/1):


#include<iostream> int main(){ short a,b[20000],d=0,e=100,i; float c=0; scanf("%hd",&a); for (i=0;i<a;i++) { scanf("%hd",&b[i]); if (d<b[i]) d=b[i]; if (e>b[i]) e=b[i]; c+=b[i]; } c=(c-d-e)/(a-2); printf("%.1f",c); return 0; }


测评信息: