摘要:
1 import java.util.Scanner; 2 public class Student{ 3 public static void main(String[] args){ 4 Scanner in=new Scanner(System.in); 5 System.out.println("请输入学生的人数"); 6 ... 阅读全文
posted @ 2018-11-15 22:46
深海溺心
阅读(312)
评论(0)
推荐(0)