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

建议使用的浏览器:

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

7082:Pty loves lcm

题目描述
lcm($x_1,x_2,...,x_k$) is the least common multiple of {$x_1,x_2,...,x_k$}.

$\phi (x)= {\sum_{y=1}^x} [gcd(x,y)=1]$

Define function f(x,y) = lcm(x,x + 1,...,y-1,y)(x < y)(both x,y are non-negative integers)

Now Pty wants to know $\sum_{x=1}^{+\infty }$$\sum_{y=x+1}^{+\infty}$$\phi (f(x,y)) \times [L ≤ f(x,y) ≤ R]$ modulo $2^{32}$.
输入解释
The first line contains a single integer T(1 ≤ T ≤ 50)— the number of test cases.

The only line of each test case contains two integers L,R(1 ≤ L ≤ R ≤ $10^{18}$).
输出解释
For each test case, output the answer modulo $2^{32}$.
输入样例
5
1 10
1 20
20 60
60 100
123456 1234567

输出样例
5
25
164
160
158548536

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

源链接: HDU-7082

最后修改于 2021-10-23T19:11:21+00:00 由爬虫自动更新

共提交 0

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