摘要: import java.util.*; import java.util.stream.Collectors; public class Main { public static void main(String[] args) { String[] urls = {"news.qq.com", " 阅读全文
posted @ 2023-08-12 23:42 手握钢叉的猹 阅读(53) 评论(0) 推荐(0) 编辑
摘要: import java.util.stream.IntStream; public class Main { public static void main(String[] args) { int[] lights = new int[]{50, 70, 20, 70}; int total = 阅读全文
posted @ 2023-08-12 22:26 手握钢叉的猹 阅读(68) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayDeque; import java.util.Objects; import java.util.stream.Collectors; public class Main { public static void main(String[] args) 阅读全文
posted @ 2023-08-12 22:16 手握钢叉的猹 阅读(65) 评论(0) 推荐(0) 编辑