题解 | #小乐乐算多少人被请家长#

小乐乐算多少人被请家长

http://www.nowcoder.com/practice/1654083e09d2432aa24b151d36309155

#include <stdio.h>
int main(){
    int n;
    int count=0;
    int i;
    int a,b,c;
    scanf("%d",&n);
    for(i=0;i<n;i++){
        scanf("%d %d %d",&a,&b,&c);
        if((a+b+c)/3<60)
            count++;
    }
    printf("%d",count);
}

全部评论

相关推荐

感性的干饭人在线蹲牛友:🐮 应该是在嘉定这边叭,禾赛大楼挺好看的
点赞 评论 收藏
分享
拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务