A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

#include <stdio.h>
int main()
{
    int _score1=0;
    int _score2=0;
    int _score3=0;
    int _score4=0;
    int _maxScore=0;
    int _minScore=0;
    printf("请输入学生的成绩,以‘,’分开\n");
    scanf("%d,%d,%d,%d",&_score1,&_score2,&_score3,&_score4);

    _maxScore=_score1;
    _minScore=_score1;



    if (_score2>_score1) {
        _maxScore=_score2;
    }else{
        _minScore=_score2;
    }


    if(_score3>_score1){
        _maxScore=_score3;
    }else{
        _minScore=_score3;
    }


    if(_score4>_score1){
        _maxScore=_score4;
    }else{
        _minScore=_score4;
    }
    printf("最高分是:%d\n",_maxScore);


    printf("最低分是:%d",_minScore);
    return 0;
}

9 个回复

倒序浏览
选中才能看见代码  这是什么情况
回复 使用道具 举报
。。。。。什么都看不见
回复 使用道具 举报
复制出了问题  选中{:2_31:}
回复 使用道具 举报
选中,要选中,不知道什么情况,知道的求解释
回复 使用道具 举报
建议你在楼下再发一次代码吧 要不看着太费劲了
回复 使用道具 举报
TTsu 中级黑马 2015-8-31 21:34:29
7#
看你的代码还得要command+A呢
回复 使用道具 举报
代码有问题,发错了
回复 使用道具 举报
chensc 金牌黑马 2015-8-31 22:05:30
9#
学习学习!
回复 使用道具 举报
字体颜色你设置的  是  白色  ?
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马