Merge pull request #2621 from nineninee/km0106

fix: 卡码网0106.岛屿的周长 表述错误
This commit is contained in:
程序员Carl 2024-07-17 15:25:16 +08:00 committed by GitHub
commit 0cf122ec12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240524120105.png)
录友的下边空格出界了,则说明找到一条边。
陆地的下边空格出界了,则说明找到一条边。
C++代码如下:(详细注释)