题解 | #完美成绩#

完美成绩

http://www.nowcoder.com/practice/8312e497509a450f968d9a6a2381ce32

import java.util.Scanner;
public class Main{
    public static void main(String[] args) {
        Scanner scan = new Scanner(System.in);
        while(scan.hasNextInt()) {
            Integer score = scan.nextInt();
            if(score >= 90 && score <= 100) {
                System.out.println("Perfect");
            }
        }
    }
}
全部评论

相关推荐

包行:平时怎么刷算法题的哇,字节的手撕听说都很难
字节跳动工作体验
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务