题解 | #判断闰年#

牛牛的判断题

http://www.nowcoder.com/practice/51a046c13b3c4b64a07d69903a3cd4cf

import java.util.Scanner;
public class Main{
    public static void main(String[] args) {
        Scanner scanner = new Scanner(System.in);
        int x = scanner.nextInt();
        int l = scanner.nextInt();
        int r = scanner.nextInt();
        if(x >= l && x <= r){
            System.out.print("true");
        }else{
            System.out.print("false");
        }
    }
}

全部评论

相关推荐

11-02 09:49
已编辑
货拉拉_测试(实习员工)
热爱生活的仰泳鲈鱼求你们别卷了:没事楼主,有反转查看图片
点赞 评论 收藏
分享
贺兰星辰:不要漏个人信息,除了简历模板不太好以外你这个个人简介是不是太夸大了...
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务