Problem4467--阶乘末尾0的个数

4467: 阶乘末尾0的个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Status] [Submit] [Creator:]

Description

输入一个正整数N,求N!末尾0的个数。

Input

一个整数N(N<=10000)。

Output

一个整数,表示N!末尾0的个数。

Sample Input Copy

5

Sample Output Copy

1

Source/Category

 140_T04'