摘要: import java.util.Scanner; import com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac; public class Demo13 { public stati 阅读全文
posted @ 2020-05-20 17:17 爱吃猫的鱼007 阅读(189) 评论(0) 推荐(0)
摘要: import java.util.*; import javafx.scene.transform.Scale; public class Demo11 { public static void main(String[] args) { Scanner input = new Scanner(Sy 阅读全文
posted @ 2020-05-13 18:59 爱吃猫的鱼007 阅读(988) 评论(0) 推荐(0)
摘要: import java.util.*; import com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable; public class Demo13 { public static void main(String[] arg 阅读全文
posted @ 2020-05-13 18:58 爱吃猫的鱼007 阅读(1543) 评论(0) 推荐(0)
摘要: int jishu=0; for (int i = 1949; i <=2019; i++) { if (i%4==0&&i%100!=0||i%400==0) {System.out.println(i); jishu++; } } System.out.println("一共"+jishu+"年 阅读全文
posted @ 2020-05-12 16:23 爱吃猫的鱼007 阅读(407) 评论(0) 推荐(0)
摘要: import java.util.*; public class Demo12 { public static void main(String[] args) { boolean kaiGuan = true; Scanner input = new Scanner(System.in); for 阅读全文
posted @ 2020-05-12 16:22 爱吃猫的鱼007 阅读(1204) 评论(0) 推荐(0)