摘要: import java.util.Scanner; public class J { public static void main(String args[]) { //注释:int n=6;首次编译给定n的值 Scanner s=new Scanner(System.in); System.ou 阅读全文
posted @ 2018-03-28 20:46 芽籽1997 阅读(126) 评论(0) 推荐(0) 编辑