Loading

摘要: package com.homework; public class Text { public static void main(String[] args) { //原价、月份、仓位仓位由0,1表示 buyAPlaneTicket(356,7,0); } public static double 阅读全文
posted @ 2024-06-02 20:11 LL。。。 阅读(22) 评论(0) 推荐(0)
摘要: package com.lu; public class Text7 { public static void main(String[] args) { int[] arr={1,9,8,3}; for (int i : encrypt(arr)) { System.out.println(i); 阅读全文
posted @ 2024-06-02 17:15 LL。。。 阅读(15) 评论(0) 推荐(0)
摘要: package com.lu; import java.util.Scanner; public class Text3 { public static void main(String[] args) { judgesScore(); } public static void judgesScor 阅读全文
posted @ 2024-06-02 15:37 LL。。。 阅读(21) 评论(0) 推荐(0)
摘要: package com.lu; import java.util.Scanner; public class Text5 {//找素数 public static void main(String[] args) { Scanner input = new Scanner(System.in); S 阅读全文
posted @ 2024-06-02 15:34 LL。。。 阅读(21) 评论(0) 推荐(0)
摘要: package com.lu; import java.util.Random; import java.util.Scanner; public class Text2 { public static void main(String[] args) { //开发验证码 Scanner input 阅读全文
posted @ 2024-06-02 10:26 LL。。。 阅读(15) 评论(0) 推荐(0)