杨辉三角 #include #include int main() { int n; int i; int j; int **arr; cin>>n; arr=new int*[n+1]; for(i=0;i