ROSECODE 550
集合的所有子集的特定总和
A specific sum over all subsets of a set
给定两个正整数
我们将集合的乘积定义为该集合中所有元素的乘积,写为 P({...}),其中 {...} 是一个特定的集合。例如,
最后,我们将函数
换句话说,
您获得了
找到
以
[我的计时:4 s(Python)]
ROSECODE 550
A specific sum over all subsets of a set
给定两个正整数
我们将集合的乘积定义为该集合中所有元素的乘积,写为 P({...}),其中 {...} 是一个特定的集合。例如,
最后,我们将函数
换句话说,
您获得了
找到
以