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

@@ -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。