摘要: 翻译:给定行数,生成Pascal三角的第一行?(应该是所有行,不止第一行) Given numRows, generate the first numRows of Pascal's triangle. For example, given numRows = 5,Return [ [1], [1, 阅读全文
posted @ 2018-01-30 10:56 同销万古愁 阅读(136) 评论(0) 推荐(0) 编辑