该文被密码保护。 阅读全文
posted @ 2016-10-21 13:33 默问柳 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-20 21:04 默问柳 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-20 15:36 默问柳 阅读(9) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-20 15:32 默问柳 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-20 09:39 默问柳 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-19 22:38 默问柳 阅读(10) 评论(0) 推荐(0) 编辑
摘要: package asda; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); String s = scan.nextLine(); ... 阅读全文
posted @ 2016-10-13 14:23 默问柳 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package asda; import java.util.Scanner; public class Main { public static void main(String[] args) { long sum = 0; long a[] = new long[25]; a[0] = 1; for(int... 阅读全文
posted @ 2016-10-13 14:20 默问柳 阅读(106) 评论(0) 推荐(0) 编辑
摘要: package asda; public class Main { public static void main(String[] args) { for(int i = 2; i<=97; ++i) { if(judge(i) == 1) System.out.println(i); ... 阅读全文
posted @ 2016-10-13 14:16 默问柳 阅读(127) 评论(0) 推荐(0) 编辑
摘要: package asda; import java.util.Scanner; public class Main { public static void main(String[] args) { int i = 100; for(; i<=999; ++i) { int a = i / 100; ... 阅读全文
posted @ 2016-10-13 14:12 默问柳 阅读(101) 评论(0) 推荐(0) 编辑