摘要:
Description 有 $N$ 朵花,每朵花有三个属性:花形(s)、颜色(c)、气味(m),又三个整数表示。现要对每朵花评级,一朵花的级别是它拥有的美丽能超过的花的数量。定义一朵花 A 比另一朵花 B 要美丽,当且仅当 $s_A\ge s_B,c_A\ge c_B ,m_A\ge m_B$。显然 阅读全文
摘要:
Description In mathematics, the function $d(n)$ denotes the number of divisors of positive integer $n$. For example, $d(12)=6$ because $1,2,3,4,6,12$ 阅读全文
摘要:
Description 在整理以前的试题时,他发现了这样一道题目:“求 $\sum\sigma(i)$,其中 $1≤i≤N$,$σ(i)$ 表示 $i$ 的约数之和。” 现在他长大了,题目也变难了,所以麻烦你来帮他解决一道数论题吧。 他需要你求如下表达式的值: $$ \sum_{i=1}^N\sum 阅读全文