function

TimeLimit:3000MS  MemoryLimit:65536KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

There is a function f(x),which is defined on  the natural numbers set N,satisfies the following eqaution

N23N+2=d|Nf(d)

calulate Ni=1f(i)  mod 109+7.

Input

the first line contains a positive integer T,means the number of the test cases.

next T lines there is a number N


T500,N109

only 5 test cases has N>106.


Output
$T$lines,each line contains a number,means the answer to the $i$-th test case.
SampleInput
1
3
SampleOutput
2

$1^2-3*1+2=f(1)=0$
$2^2-3*2+2=f(2)+f(1)=0->f(2)=0$
$3^2-3*3+2=f(3)+f(1)=2->f(3)=2$
$f(1)+f(2)+f(3)=2$
Submit
题目统计信息详细
总AC数1
通过人数1
尝试人数1
总提交量1
AC率100.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: