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

我的代码哪里错了?运行结果是一串英文


#include <stdio.h>
int main() 
{
    int score = 7200;
    //完善一下代码
if(score>=10000)    
    {
        printf("钻石玩家");
    }
else if(socre>=5000&&score<10000)    
    {
        printf("白金玩家");    
    }
else if (score>=1000&&score<5000)    
    {
        printf("青铜玩家");     
    }
else  
    {
        printf("普通玩家");    
    }
    return 0;
}


正在回答

1 回答

你的score拼错了,白金玩家上面那个elseif里


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

天天xiangshang 提问者

谢谢你,搞定了
2015-11-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我的代码哪里错了?运行结果是一串英文

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