[UVA][Math][Stirling'sFormula] 1185 - Big Number
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.
...