范例
`For statues = [6, 2, 3, 8], the output should be
solution(statues) = 3.
Ratiorg needs statues of sizes 4, 5 and 7.`
输入/输出
[执行时限] 4秒(js)
[输入]数组.整数状态
相异非负整数的数组。
保证约束:1 ≤个数,长度≤ 10,0 ≤个数[i] ≤ 20。
[输出]整数
需要添加到现有状态的最小状态数,以使其包含区间[L,R](对于某些L,R)中的所有整数大小,而不包含其他大小
我想用 dart 来解决我的问题
1条答案
按热度按时间fcg9iug31#
你可以试试这个代码,我已经解决了这个程序的代码信号。
上面是 dart 的代码,你可以试试看