一维数组高效率解决杨辉三角
摘要:
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
三好学生_小标标
阅读(253)
评论(1)
推荐(0)
浙公网安备 33010602011771号