#abc148e. [abc148_e]Double Factorial
[abc148_e]Double Factorial
Problem Statement
For an integer not less than , let us define as follows:
- (if )
- (if )
Given is an integer . Find the number of trailing zeros in the decimal notation of .
Constraints
Input
Input is given from Standard Input in the following format:
Output
Print the number of trailing zeros in the decimal notation of .
Sample Input 1
12
Sample Output 1
1
, which has one trailing zero.
Sample Input 2
5
Sample Output 2
0
, which has no trailing zeros.
Sample Input 3
1000000000000000000
Sample Output 3
124999999999999995