Question

Write a function to count the number of zeroes in the end of the given number?

Login to Submit

Examples

Input: 10
Output: 1

Input: 100
Output: 2

Input: 1000
Output: 3

Input: 12
Output: 0