杨辉三角形前10行 2023年3月5日 239次阅读 来源: 杨辉三角问题 includeincludeusing namespace std;int main() { int j,i,n; cin>>n; int a[100][100]; a[0][0]=1; cout< 原文作者:杨辉三角问题 原文地址: https://blog.csdn.net/qq_41564853/article/details/82112327 本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。 < 上一篇 下一篇 >