#33333: C++ 新手解FOR


yp11151097@yphs.tp.edu.tw (908-30施耀登)

學校 : 臺北市私立延平高級中學
編號 : 197083
來源 : [203.72.178.2]
最後登入時間 :
2024-10-28 11:45:21
a148. You Cannot Pass?! | From: [42.77.197.24] | 發表日期 : 2022-12-26 20:30

#include<bits/stdc++.h>
using namespace std;
main(){
double a,b;
while(cin>>a){
    double sum=0;
    for(int i=1;i<=a;i++){
        cin>>b;
            sum+=b;
    }
    sum/=a;
    if(sum>59) cout<<"no"<<endl;
    else cout<<"yes"<<endl;
}
}

 
ZeroJudge Forum