摘要: import java.util.Scanner; public class rili { public static void main(String[] args) { for (int g = 0; g < 100; g++) { Scanner in = new Scanner(System 阅读全文
posted @ 2016-09-27 21:41 煮酒听雨 阅读(12271) 评论(2) 推荐(1) 编辑
摘要: 1 import java.util.*; 2 3 public class guanlixiton { 4 5 public static void main(String[] args) { 6 Scanner in = new Scanner(System.in); 7 System.out.println("请输入学生的人数:")... 阅读全文
posted @ 2016-09-27 21:30 煮酒听雨 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.*; 2 public class caizi{ 3 public static void main(String[] args){ 4 Scanner in=new Scanner(System.in); 5 Random MyRandom=new Random(); 6 int A=My... 阅读全文
posted @ 2016-09-27 21:23 煮酒听雨 阅读(585) 评论(0) 推荐(0) 编辑