Problem1599--阶乘(三)

1599: 阶乘(三)

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

Description

给出一个数   写出他的阶乘结果的位数

Input

第一行为n即数的个数

接下来n行为n个数

Output

数字的阶乘位数

Sample Input Copy

2
10
20

Sample Output Copy

7
19

Source/Category