From 750ce672ea5ff0dafe96cde854d8f0aeedacfb51 Mon Sep 17 00:00:00 2001 From: wangya <1264178545@qq.com> Date: Wed, 17 Jul 2024 14:05:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=A1=E7=A0=81=E7=BD=910106.?= =?UTF-8?q?=E5=B2=9B=E5=B1=BF=E7=9A=84=E5=91=A8=E9=95=BF=20=E8=A1=A8?= =?UTF-8?q?=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/kamacoder/0106.岛屿的周长.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/kamacoder/0106.岛屿的周长.md b/problems/kamacoder/0106.岛屿的周长.md index 34063039..48400a95 100644 --- a/problems/kamacoder/0106.岛屿的周长.md +++ b/problems/kamacoder/0106.岛屿的周长.md @@ -66,7 +66,7 @@ ![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240524120105.png) -该录友的下边空格出界了,则说明找到一条边。 +该陆地的下边空格出界了,则说明找到一条边。 C++代码如下:(详细注释)