无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

LeetCode 1314. Matrix Block Sum

2023-05-26 14:13 作者:您是打尖兒還是住店呢  | 我要投稿

Given a?m x n?matrix?mat?and an integer?k, return?a matrix?answer?where each?answer[i][j]?is the sum of all elements?mat[r][c]?for:

  • i - k <= r <= i + k,

  • j - k <= c <= j + k, and

  • (r, c)?is a valid position in the matrix.

?

Example 1:

Input: mat = [[1,2,3],[4,5,6],[7,8,9]], k = 1

Output: [[12,21,16],[27,45,33],[24,39,28]]

Example 2:

Input: mat = [[1,2,3],[4,5,6],[7,8,9]], k = 2

Output: [[45,45,45],[45,45,45],[45,45,45]]

?

Constraints:

  • m ==?mat.length

  • n ==?mat[i].length

  • 1 <= m, n, k <= 100

  • 1 <= mat[i][j] <= 100

依次遍歷即可,只是沒(méi)想到居然沒(méi)有超時(shí);

下面是代碼:

Runtime:?83 ms, faster than?22.89%?of?Java?online submissions for?Matrix Block Sum.

Memory Usage:?44.8 MB, less than?5.07%?of?Java?online submissions for?Matrix Block Sum.


LeetCode 1314. Matrix Block Sum的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
徐汇区| 宁强县| 二连浩特市| 石城县| 江城| 弋阳县| 沽源县| 舞钢市| 连江县| 理塘县| 平顶山市| 邵阳县| 东乡县| 红原县| 新安县| 巧家县| 福鼎市| 襄城县| 孙吴县| 宝山区| 淮阳县| 建平县| 辽宁省| 大同县| 滦平县| 循化| 五莲县| 谢通门县| 疏勒县| 怀远县| 远安县| 绩溪县| 丹阳市| 拜城县| 天津市| 额尔古纳市| 合山市| 蒲江县| 尉犁县| 澄城县| 松原市|