// 个人觉得这里应该是+2,左子树的根结点是a,右子树的根结点是b,各1 table[i][j] = table[i][j - 1] + table[i - 1][j] + 2;