Skip to content

Commit fff5acd

Browse files
committed
修改文章
1 parent 082f732 commit fff5acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/2026/03/使用打表法计算麻将向听数.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ if DZ > 0:
277277
$$
278278
D(x,y)=\left\lbrace\begin{aligned}
279279
|x-y|, \ &|x-y|\le2\\
280-
\infty, \ &|x-y|>2
280+
\infty, \ &|x-y|>2 \lor x,y \text{为字牌}\\
281281
\end{aligned}\right.
282282
$$
283283
我们可以将一手同花色的牌编码为**枚数序列:s1和距离序列:s2**两个序列,需要满足:

0 commit comments

Comments
 (0)