Counting Divisors (square)

TimeLimit:20000MS  MemoryLimit:128MB
64-bit integer IO format:
未提交 | 登录后收藏
Problem Description

Let σ0(n) be the number of positive divisors of n

.

For example, σ0(1)=1

, σ0(2)=2 and σ0(6)=4

.

Let

S2(n)=i=1nσ0(i2).

Your task is to find S2(N)

.


Input

First line of Input contains T (1T10000

), the number of test cases.

Next T

lines contain a single number N. (1N1012)


Output

For each number N, output a single line containing S2(N).

SampleInput
5
1
2
3
10
100
SampleOutput
1
4
7
48
1194
Submit
题目统计信息详细
总AC数0
通过人数0
尝试人数0
总提交量0
AC率0.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

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