题解列表

筛选

杨辉三角 (C语言代码)

摘要:解题思路:还算可以两个数组  交替后一个是前一个的累计注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int n; int a[100……