1451 - 约数的个数
Time Limit : 1 秒
Memory Limit : 128 MB
计算[1,n]每个数的约数个数之和
Input
一个整数n
Output
一个整数
Examples
Input
5
Output
10