摘要: 动态规划 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int[] 阅读全文
posted @ 2020-06-28 21:03 li修远 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 字符串数组的排序,重写comparator 方法compare()。 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in 阅读全文
posted @ 2020-06-28 20:17 li修远 阅读(101) 评论(0) 推荐(0) 编辑