Problem2405--hlgg与阶乘

2405: hlgg与阶乘

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

Input

输入一个正整数n。
1<=n<=100。

Output

输出一个整数,表示 n! 中末尾0的个数。

Sample Input Copy

5

Sample Output Copy

1

HINT

5! = 5 * 4 * 3 * 2 * 1 = 120,其中末尾0的个数为1。

Source/Category

admin