摘要: package yanghuisanjiao; public class hellojava { public static void main(String[]args) { int [][]yh=new int [10][10]; for(int i=0;i<yh.length;i++) { y 阅读全文
posted @ 2018-04-01 21:07 努力girl 阅读(109) 评论(0) 推荐(0)
摘要: package n; import java.util.Scanner; public class jiechen { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.pri 阅读全文
posted @ 2018-04-01 20:41 努力girl 阅读(195) 评论(0) 推荐(0)