C++杨辉三角详解(c++杨辉三角) 一、c杨辉三角算法 #include <iostream> using namespace std; int main() { int n, a[100][100]; cin >&g … 继续阅读 C++杨辉三角详解(c++杨辉三角)