摘要: 1 public class test 2 { 3 public static void main(String[] args) 4 { 5 Vector v = new Vector(); 6 for(int i = 1; i v, int[] solution, int pos, int k) 16 { 17 ... 阅读全文
posted @ 2019-05-31 21:47 Huayra 阅读(234) 评论(0) 推荐(0)
摘要: 1 public class test 2 { 3 public static void main(String[] args) 4 { 5 Scanner input = new Scanner(System.in); 6 int n = input.nextInt(); 7 //第一个位置不使用 8 ... 阅读全文
posted @ 2019-05-31 20:08 Huayra 阅读(225) 评论(0) 推荐(0)