摘要: package a; import java.util.*; public class Fenjiezhiyinshu { public static void main(String[] args) { System.out.println("输入一个正整数:"); Scanner a=new Scanner(System.in); ... 阅读全文
posted @ 2016-06-12 08:46 刘某人丶 阅读(584) 评论(0) 推荐(0) 编辑
摘要: package a; public class Wanshu { public static void main(String[] args) { for (int i = 1; i <= 1000; i++) { int sum=0; for (int j = 1; j < i; j+... 阅读全文
posted @ 2016-06-12 08:45 刘某人丶 阅读(5517) 评论(0) 推荐(0) 编辑
摘要: package a; import java.util.*; public class Yueshubeishu { public static void main(String[] args) { System.out.println("输入两个正整数:"); Scanner a=new Scanner(System.in); in... 阅读全文
posted @ 2016-06-12 08:43 刘某人丶 阅读(2682) 评论(0) 推荐(0) 编辑