Problem1728--约数的个数之和

1728: 约数的个数之和

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

f(i)代表n的正约数的个数,求f(1)+f(2)+...+f(n)

Input

一个整数n。n<=108

Output

约数的个数之和。

Sample Input Copy

5

Sample Output Copy

10

Source/Category