标签:
c杨辉三角形遍历数组元素 |
分类: 学海无涯 |
运用VS中C#控制台程序编写杨辉三角,代码如下:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{