问题标题: 酷町堂:3937 舞蹈队选拔 (普通题)

0
0

0
已采纳
王文博
王文博
资深守护
资深守护
#include <bits/stdc++.h>
using namespace std;
int main()
{
    int a,b=0,c=0,d=0;
    cin>>a;
    for(int i=1;i<=a;i++)
    {
        cin>>b;
        if(b>=150&&b<=160)
        {
            c++;
            d+=b;
        }
    }
    cout<<c<<endl;
    printf("%.1f",(double)d/c);
    return 0;
}

 

0
0
高见宸
高见宸
初级光能
初级光能

#include<iostream>
#include <cstdio>
using namespace std;
int main ( ){
    int (),(),()=0;
double ()=0;
cin>>();
for(int i=1;i<=n;i++){
      cin>>();
      if(()>=150&&()<=160){
             ()+=();
             ()++;
      }
}
cout<<()<<endl;
printf("%.1f",()/());
    return 0;
    }
//括号处自定数组

0
我要回答