Given a set of positive integers, an element of is called an element divisor (elevisor) of if divides another element of .
The sum of all elevisors of is denoted .
For example, .
Let be the sum of for all subsets of .
You are given .
Find .
944. 基本因数之和
对某个只含正整数的集合 ,若 中的一个元素 能够整除 中不同于 的一个元素,则称 是 的一个 基本因数。
我们记 为 中全体基本因数的和。例如,。
记 为全体 的子集的 之和,已知 。
求 。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。