摘要: 第一题: 输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除)、 1 package test1; 2 import java.util.Scanner; 3 4 public class test1 { 5 6 public static void main(Strin 阅读全文
posted @ 2020-03-24 19:03 就这水平? 阅读(100) 评论(0) 推荐(0)