輸出楊輝三角(C 語言)

#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> //楊輝三角的長度 #define Length 9 //返回需要打印的字符串 //s爲數組 //index爲當前的行數 char* getPrintLine(int nums[],int index,char *s)
相關文章
相關標籤/搜索