#include <stdio.h>
int main()
{
int score = 7200;
//完善一下代码
if(score >= 10000)
{
printf("钻石玩家");
}
else if(score >= 5000 )
{
printf("白金玩家");
}
else
{
printf("青铜玩家");
}
else
{
printf("普通玩家");
}
return 0;
}
这个代码为什么是错误的?
吉娃娃爱喝谷粒多
辛运之旅
xulianzhen
随时随地看视频慕课网APP
相关分类