摘要:
链接:https://pan.baidu.com/s/10qQvic6AD7gSJGlbV8llog 提取码:vqbw 阅读全文
posted @ 2018-12-07 13:12
zhang_yan6
阅读(99)
评论(0)
推荐(0)
|
摘要:
链接:https://pan.baidu.com/s/10qQvic6AD7gSJGlbV8llog 提取码:vqbw 阅读全文
posted @ 2018-12-07 13:12
zhang_yan6
阅读(99)
评论(0)
推荐(0)
摘要:
package demo; import java.util.Scanner; public class Demo { public static void main(String[] args) { for(int i = 101; i < 200 ; i++){ boolean result = 阅读全文
posted @ 2018-11-23 16:29
zhang_yan6
阅读(710)
评论(0)
推荐(0)
摘要:
package demo; import java.util.Scanner; /* * 行数 空格 星 * 1 3 1 * 2 2 3 * 3 1 5 * 4 0 7 * */ public class Demo { public static void main(String[] args) { 阅读全文
posted @ 2018-11-23 16:25
zhang_yan6
阅读(361)
评论(0)
推荐(0)
摘要:
package demo; public class Demo { public static void main(String[] args) { int jc = getJc(5); System.out.println(jc); } public static int getJc(int nu 阅读全文
posted @ 2018-11-23 16:23
zhang_yan6
阅读(1386)
评论(0)
推荐(0)
摘要:
package demo; import java.util.Scanner; public class Demo { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.p 阅读全文
posted @ 2018-11-23 16:20
zhang_yan6
阅读(1028)
评论(0)
推荐(0)
|