mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 03:11:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<p>给定四个整数 <code>row</code> , <code>cols</code> , <code>rCenter</code> 和 <code>cCenter</code> 。有一个 <code>rows x cols</code> 的矩阵,你在单元格上的坐标是 <code>(rCenter, cCenter)</code> 。</p>
|
||||
<p>给定四个整数 <code>rows</code> , <code>cols</code> , <code>rCenter</code> 和 <code>cCenter</code> 。有一个 <code>rows x cols</code> 的矩阵,你在单元格上的坐标是 <code>(rCenter, cCenter)</code> 。</p>
|
||||
|
||||
<p>返回矩阵中的所有单元格的坐标,并按与<em> </em><code>(rCenter, cCenter)</code><em> </em>的 <strong>距离</strong> 从最小到最大的顺序排。你可以按 <strong>任何</strong> 满足此条件的顺序返回答案。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user