备忘录

#include<iostream>
#include<algorithm>
using namespace std;
double tot[105];
int xs,pw;
double pd()
{
   double sc,maxn=0.0,minn=11.0,t;
   cin>>sc;
for(int j=1; j<=pw; j++)
{
   t+=sc;
if(sc>maxn)
{
   maxn=sc;
}
   if(sc<minn)
{
   minn=sc;
}
}
   t=t-maxn-minn;
   t=t/pw;
   t=(t*100+0.5)/100;
    for(int i=0;i<xs; i++)
{
   t=tot[i];
}
}
   int main()
{

double maxnn,minnn;
cin>>xs>>pw;
for(int i=1; i<=xs; i++)
{
pd();
}
for(int j=0; j<pw; j++)
{
maxnn=max(tot[j],tot[j+1]);
}
cout<<maxnn;
}

上一篇:洛谷P5278 算术天才⑨与等差数列


下一篇:jenkins权限配置