3033. 修改矩阵
修改矩阵
- 难度:
easy - 原始链接: https://leetcode.cn/problems/modify-the-matrix
- 标签:
循环
解法一: 循环
1 | func modifiedMatrix(matrix [][]int) [][]int { |
easy循环1 | func modifiedMatrix(matrix [][]int) [][]int { |
Update your browser to view this website correctly.&npsb;Update my browser now