摘要: 1.输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除) //输入年份 判断是否是闰年(能被4整除但不能被100整除,或者能被400整除) @SuppressWarnings("resource") Scanner sc=new Scanner(System.in); i 阅读全文
posted @ 2020-03-20 15:44 小范是个画家 阅读(196) 评论(0) 推荐(0) 编辑