2017年12月3日
摘要: public class Wg { public static void main(String[] args) { int[] arr = new int[100]; arr[0] = 0; arr[1] = 1; arr[2] = 2; arr[3] = 3; for(int i=4;i<arr 阅读全文
posted @ 2017-12-03 22:08 acaca 阅读(187) 评论(0) 推荐(0) 编辑
摘要: public class Dx { public static void main(String[] args) { String str="hdDEjsS"; System.out.println(dXx(str)); } public static String dXx(String str){ 阅读全文
posted @ 2017-12-03 20:40 acaca 阅读(290) 评论(0) 推荐(0) 编辑
摘要: public class Demo01 { public static void main(String[] args) { // TODO Auto-generated method stub for(int i=100;i<=1000;i++){ if(isShuiXianHua(i)){ Sy 阅读全文
posted @ 2017-12-03 20:27 acaca 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 三角形 public class Dc { public static void main(String[] args) { int n =10; for(int i=0;i<n;i++){ for(int j=0;j<=n-i;j++){ System.out.print(" "); } for( 阅读全文
posted @ 2017-12-03 20:16 acaca 阅读(308) 评论(0) 推荐(0) 编辑