Banner Home Page Web Contests Problems Ranklist Status Statistics

Big Number

Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 8   Accepted Submission(s) : 6
Problem Description
In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In this problem you are given a number, you have to determine the number of digits in the factorial of the number.<br>
 

Input
Input consists of several lines of integer numbers. The first line contains an integer n, which is the number of cases to be tested, followed by n lines, one integer 1 ¡Ü n ¡Ü 10<sup>7</sup> on each line.<br>
 

Output
The output contains the number of digits in the factorial of the integers appearing in the input.<br>
 

Sample Input
2<br>10<br>20<br>
 

Sample Output
7<br>19<br>
 

Source
Asia 2002, Dhaka (Bengal)
 

Statistic | Submit | Back