From 853e41f4edbf5f4a1d160b0b8aec76dd1f9eea87 Mon Sep 17 00:00:00 2001 From: "X.Sun" <32540214+XSun771@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:27:20 +0800 Subject: [PATCH] =?UTF-8?q?Update=2060.=20n=20=E4=B8=AA=E9=AA=B0=E5=AD=90?= =?UTF-8?q?=E7=9A=84=E7=82=B9=E6=95=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/60. n 个骰子的点数.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/60. n 个骰子的点数.md b/notes/60. n 个骰子的点数.md index 9da2c1c0..718ae160 100644 --- a/notes/60. n 个骰子的点数.md +++ b/notes/60. n 个骰子的点数.md @@ -4,6 +4,8 @@ [Lintcode](https://www.lintcode.com/en/problem/dices-sum/) +[leetcode](https://leetcode-cn.com/problems/nge-tou-zi-de-dian-shu-lcof/) + ## 题目描述 把 n 个骰子扔在地上,求点数和为 s 的概率。