#include <stdioh>#define ARR_LEN 20 数组长度二维数组存储杨辉三角int createYangHuiTriangle (int yht[ARR_LEN][ARR_LEN], int n)