摘要: import java.util. ; public class tyt { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int[] a=new 阅读全文
posted @ 2018-09-13 20:43 默语柯 阅读(255) 评论(0) 推荐(0)
摘要: import java.util. ; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int m = in 阅读全文
posted @ 2018-09-13 20:00 默语柯 阅读(246) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class tyt { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int k 阅读全文
posted @ 2018-09-13 19:12 默语柯 阅读(376) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int N = in.nextInt(); int 阅读全文
posted @ 2018-09-13 18:54 默语柯 阅读(392) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int 阅读全文
posted @ 2018-09-13 12:27 默语柯 阅读(214) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class tyt { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int k 阅读全文
posted @ 2018-09-13 12:01 默语柯 阅读(289) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n=Integer.parseInt(in. 阅读全文
posted @ 2018-09-13 11:21 默语柯 阅读(323) 评论(0) 推荐(0)