13645254458q @ 2021-07-22 13:52:48
#include<bits/stdc++.h>
using namespace std;
int main()
{
double n;
cin>>n;
double c=11;
double e=0;
double b;
double d=0;
if(n<=0)
{
cout<<fixed<<setprecision(2)<<n<<endl;
return 0;
}
for(int a=1;a<=n;a++)
{
cin>>b;
d=d+b;
if(b<=c)
{
c=b;
}
else
{
c=c;
}
if(b>=e)
{
e=b;
}
else
{
e=e;
}
}
d=(d-e-c)/(n-2);
cout<<fixed<<setprecision(2)<<d<<endl;
return 0;
}
//欢迎找错
by 我送送送送 @ 2021-07-22 14:01:20
???
by ImposterAnYu @ 2021-07-22 14:09:29
《皇 帝 的 新 错 误》
by imnoob @ 2021-08-10 11:50:14
你这是对的吧
你的代码的结果