1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-13 03:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -1,4 +1,4 @@
<p>给定四个整数 <code>row</code>&nbsp;,&nbsp; &nbsp;<code>cols</code> ,&nbsp; <code>rCenter</code><code>cCenter</code> 。有一个&nbsp;<code>rows x cols</code>&nbsp;的矩阵,你在单元格上的坐标是&nbsp;<code>(rCenter, cCenter)</code></p>
<p>给定四个整数 <code>rows</code>&nbsp;,&nbsp; &nbsp;<code>cols</code> ,&nbsp; <code>rCenter</code><code>cCenter</code> 。有一个&nbsp;<code>rows x cols</code>&nbsp;的矩阵,你在单元格上的坐标是&nbsp;<code>(rCenter, cCenter)</code></p>
<p>返回矩阵中的所有单元格的坐标,并按与<em>&nbsp;</em><code>(rCenter, cCenter)</code><em>&nbsp;</em><strong>距离</strong> 从最小到最大的顺序排。你可以按 <strong>任何</strong> 满足此条件的顺序返回答案。</p>