2018校招深信服编程题与面试题

第一题: 顺时针输出矩阵元素:html def printMatrix(matrix): res = [] while matrix: res += matrix.pop(0) if matrix and matrix[0]: for row in matrix: res.append(row.
相关文章
相关标签/搜索