Number of zeroes in factorial
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the number of zeros at the end of ! ( factorial).
Input
One integer .
Output
Print the number of zeros at the end of !
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 18K
Acceptance rate 32%