2016年5月8日

摘要: package com.hanqi; public class Text4 { public static void main(String[] args) { for(int i=1;i<=9;i++) { for(int j=1;j<=i;j++) {... 阅读全文
posted @ 2016-05-08 20:33 煜渝 阅读(499) 评论(0) 推荐(0) 编辑
摘要: } } 阅读全文
posted @ 2016-05-08 20:26 煜渝 阅读(4614) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi; public class Text4 { public static void main(String[] args) { for (int gj=0 ;gj*5<=100;gj++) { for (int mj=0;mj*3<=100;mj++) { for( 阅读全文
posted @ 2016-05-08 20:21 煜渝 阅读(5591) 评论(0) 推荐(1) 编辑
摘要: package com.hanqi; public class Text4 { public static void main(String[] args) { for (int num=100;num<1000;num++) { int gw=num%10; int sw=num/10%10; ... 阅读全文
posted @ 2016-05-08 20:17 煜渝 阅读(7543) 评论(0) 推荐(0) 编辑

导航