摘要: 1.输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除) import java.util.Scanner; public class ydy { public static void main(String[] args) { Scanner input = new S 阅读全文
posted @ 2020-03-23 09:45 大元128 阅读(170) 评论(0) 推荐(0)