From 1a854c4a7e083a5b682affe7f84ccd931b74d221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98Carl?= Date: Mon, 21 Nov 2022 11:47:40 +0800 Subject: [PATCH] =?UTF-8?q?Update=201254.=E7=BB=9F=E8=AE=A1=E5=B0=81?= =?UTF-8?q?=E9=97=AD=E5=B2=9B=E5=B1=BF=E7=9A=84=E6=95=B0=E7=9B=AE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/1254.统计封闭岛屿的数目.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/problems/1254.统计封闭岛屿的数目.md b/problems/1254.统计封闭岛屿的数目.md index 1270085a..dc8fda41 100644 --- a/problems/1254.统计封闭岛屿的数目.md +++ b/problems/1254.统计封闭岛屿的数目.md @@ -76,13 +76,8 @@ public: return count; } }; -``` -

- - - - -### 其他语言版本 +``` +## 其他语言版本 ### JavaScript: @@ -137,3 +132,11 @@ var closedIsland = function(grid) { return count; }; ``` + + +

+ + + + +