#27578: 看那麼少C,我來貢獻一下好了


xxx921026 (lin yee an)

學校 : 國立臺灣科技大學
編號 : 146522
來源 : [1.172.25.92]
最後登入時間 :
2022-08-21 23:10:45
a148. You Cannot Pass?! | From: [140.118.74.37] | 發表日期 : 2021-10-16 21:58

#include<stdio.h>

#include<math.h>

double score[100];

double n,ans;

 

int main(){

 

while(scanf("%lf",&n)!=EOF){

 

 

 

for(int i=0;i<n;i++){

scanf("%lf",&score[i]);

ans+=score[i];

 

}

 

 

if((ans/n)>59){

 

printf("no\n");

}else{

printf("yes\n");

}

 

ans=0;

}

 

}

 
ZeroJudge Forum