当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

6063:RXD and math

题目描述
RXD is a good mathematician.
One day he wants to calculate:
$$\sum_{i = 1}^{n^k}{\mu^2(i) \times \lfloor \sqrt{\frac{n^k}{i}} \rfloor}$$
output the answer module $10^9+7$.
$1\leq n, k\leq 10^{18}$
$$\mu(n) = 1 (n = 1)$$
$$\mu(n) = (-1)^k (n = p_1p_2\dots p_k)$$
$$\mu(n) = 0(otherwise)$$
$p_1,p_2,p_3\dots p_k$ are different prime numbers
输入解释
There are several test cases, please keep reading until EOF.
There are exact 10000 cases.
For each test case, there are 2 numbers $n, k$.
输出解释
For each test case, output "Case #x: y", which means the test case number and the answer.
输入样例
10 10
输出样例
Case #1: 999999937
来自杭电HDUOJ的附加信息
Recommend liuyiding

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-6063

最后修改于 2020-10-25T23:27:59+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
2000/1000MS(Java/Others) 524288/524288K(Java/Others)