2028. 找出缺失的观测数据
找出缺失的观测数据
- 难度:
medium - 原始链接: https://leetcode.cn/problems/find-missing-observations
- 标签:
数学
解法一: 数学
1 | func missingRolls(rolls []int, mean int, n int) []int { |
medium数学1 | func missingRolls(rolls []int, mean int, n int) []int { |
Update your browser to view this website correctly.&npsb;Update my browser now