一维数组高效率解决杨辉三角
摘要:import java.util.Scanner;public class 杨辉三角 { public static void main(String[] args) { int j,k,i,a[],b[]; Scanner scanf = new Scanner(System.in); Syste
阅读全文
posted @ 2018-03-29 12:59
posted @ 2018-03-29 12:59
posted @ 2018-03-20 22:29