#10372: 哪裡有錯誤?


40475024H (108電機)

學校 : 國立臺灣師範大學
編號 : 53233
來源 : [61.60.218.218]
最後登入時間 :
2016-03-13 14:05:04
a148. You Cannot Pass?! | From: [61.60.221.92] | 發表日期 : 2015-10-19 23:27

#include<stdio.h>

int main(){

int i;

int total;

int n;

int a;

int average;

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

for(i=1;i<=n;i++){

total=0;

scanf("%d",&a);

total=total+a;

}

average=(double)total/n;

if(average>59){

printf("no\n");

}

else{

printf("yes\n");

}

}

return 0;

}

 

 
ZeroJudge Forum