int main() { int score = 7200; //完善一下代码 if(score>=10000) { printf("钻石玩家"); } else if(score>=5000&&score<10000) { printf("白金玩家"); } else if(score>=1000&&score<5000) { printf("青铜玩家"); } else if(score<1000)或else { printf("普通玩家"); } return 0; }
若觉得本文不错,就分享一下吧!
共同学习,写下你的评论
评论加载中...
作者其他优质文章
亚楠酱
关注作者,订阅最新文章
100积分直接送
付费专栏免费学
大额优惠券免费领
举报