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 的概率。