logo AlgoBeat OnlineJudge
登录 注册

#215822. [JAG 2025 Summer Camp #1] Sum of Floor(N/ij)

内存限制:1024 MiB 时间限制:4000 ms 标准输入输出
题目类型:VJudge(洛谷) 评测方式:VJudge
上传者: 匿名

题目描述

You are given a positive integer . Find the value

You are given test cases, so find the answer for each.

输入格式

The input is given in the following format:

represents the -th test case. Each test case is given in the following format:

  • All input values are integers.

输出格式

Output lines. On the -th line (), output the answer to the -th test case.

样例

样例输入 1

10
1
10
100
1000
10000
100000
1000000
10000000
100000000
1000000000

样例输出 1

1
53
1471
29425
496623
7518850
106030594
1421760251
18362473634
230375375227