Guest
Login
Home Page
Problems
Status
Contests
Ranklist
F.A.Qs
n!的位数
Time Limit:2000MS Memory Limit:65536K
Description:
针对每个非负整数n,计算其n!的位数。
Input:
输入数据中含有一些整数n(0≤n<10^7)。
Output:
根据每个整数n,输出其n!的位数,每个数占独立一行。
Sample Input:
5 6
Sample Output:
3 3
Source:
qianneng
Status
Submit
Zhe Jiang University Of Technology Online Programming Space Beta1.3
Designed & Developped By
Jin Qiwei
.
Refactored By cb@zjut.edu.cn , QQ Group: 723311416 All Copyright Reserved 2006-
66