为了账号安全,请及时绑定邮箱和手机立即绑定

提示说 请检查是否包含白金玩家

#include <stdio.h>

int main() 

{

    int score = 7200;

    //完善一下代码

    if score>=10000

    {

        printf("钻石玩家");

    }

    else if score>=5000

    {

        printf("白金玩家");    

    }

    else if score>=1000

    {

        printf("青铜玩家");     

    }

    else

    {

        printf("普通玩家");    

    }

    return 0;

}


正在回答

1 回答

#include <stdio.h>

int main() 

{

    int (score = 7200);

    //完善一下代码

    if( score>=10000)

    {

        printf("钻石玩家");

    }

    else if( score>=5000)

    {

        printf("白金玩家");    

    }

    else if( score>=1000)

{    

        printf("青铜玩家");     

    }

    else

    {

        printf("普通玩家");    

    }

    return 0;

}


0 回复 有任何疑惑可以回复我~
#1

魔仙人 提问者

非常感谢!忘了括号 真是 还梗了我好长时间
2017-03-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

提示说 请检查是否包含白金玩家

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信