#31430: I hope I am not cut out from school


oh_my_god (often)

學校 : 臺中市私立明道高級中學
編號 : 196962
來源 : [36.233.201.105]
最後登入時間 :
2023-10-20 23:42:02
a148. You Cannot Pass?! | From: [1.161.131.111] | 發表日期 : 2022-07-30 17:54

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
    int score,score1,i,n;
    while(    scanf("%d",&n)!=EOF){
        
    for(i=0;i<n;i++)
    {    
        score1=0;
        scanf("%d",&score);
        score1=score1+score;
    }
    if(score>59*n)
    {
        printf("no\n");
        }    
        else if(score1<=59*n){
            printf("yes\n");
        }
        
    }
return 0;
    
}

 
ZeroJudge Forum