Problem1470--函数-因子个数之和

1470: 函数-因子个数之和

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 201  Solved: 180
[Status] [Submit] [Creator:]

Description

输入n个正整数,计算这些整数的因子个数之和。

Input

输入为2行;
第一行为n(n<=100),为输入数字的个数。
第二行为n个数。

Output

输出仅一个数,为输入n个数的因子个数之和。

Sample Input Copy

3
6 8 5

Sample Output Copy

10

Source/Category

 提高C