题解 | #判断成绩等级#

判断成绩等级

http://www.nowcoder.com/practice/1a12e246764243ada9043699b9a1e7ef

using namespace std;

int main() {
    
    int score;
    cin >> score;
    if(score>=90&&score<=100){
        printf("优秀");
    }
    else if(score>=80&&score<=89){
        printf("良");
    }
    else if(score>=70&&score<79){
        printf("中");
    }
    else if(score>=60&&score<69){
        printf("及格");
    }
    else if(score>=0&&score<=59){
        printf("差");
    }
    else{
        printf("成绩不合法");
    }

    // write your code here......
    

    return 0;
}
全部评论

相关推荐

天门一键开:她的意思是问你有没有论文吧
点赞 评论 收藏
分享
09-22 15:45
门头沟学院 Java
谁给娃offer我给...:我也遇到了,我说只要我通过面试我就去,实际上我根本就不会去😁
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务