2018年4月1日

摘要: class Yanghui { public static void main(string[] args) { int[][] yanghui=new int [10][]; for(int i=0;i<yanghui.length;i++) { yanghui[i]=new int[i+1]; 阅读全文
posted @ 2018-04-01 22:37 &#128527;&#128527;dreaming 阅读(129) 评论(1) 推荐(0)
摘要: import java.util.Scanner;public class Test { public static void main(String[] args) {//*n的输入*// Scanner cin = new Scanner(System.in); int n = cin.next 阅读全文
posted @ 2018-04-01 22:16 &#128527;&#128527;dreaming 阅读(148) 评论(1) 推荐(0)

导航