This commit is contained in:
youngyangyang04
2026-03-11 10:52:39 +08:00
parent 5c85cf6218
commit 4a463af36e
4 changed files with 6 additions and 2 deletions

View File

@@ -41,8 +41,8 @@
- **多语言覆盖**:除 C++ 主线,还有社区贡献的多语言实现。
<p align="center">
<a href="https://my.feishu.cn/wiki/BZ5UwtJXQi2i2HkAngUc3puZnvf" target="_blank">
<img src="./pics/大模型训练营.jpg" width="800" />
<a href="https://programmercarl.com/xunlian/damoxing.html" target="_blank">
<img src="./pics/damoxing.jpg" width="800" />
</a>
</p>

BIN
pics/damoxing.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 KiB

View File

@@ -29,10 +29,12 @@
【输入示例】
```
3 3
1 2 3
2 1 3
1 2 3
```
【输出示例】
@@ -42,9 +44,11 @@
如果将区域按照如下方式划分:
```
1 2 | 3
2 1 | 3
1 2 | 3
```
两个子区域内土地总价值之间的最小差距可以达到 0。