Problem B
Tilefni
Languages
en
is
The University of Iceland has held many important birthdays.
In
Input
The input consists of a single integer
Output
Print the largest number of zeros that can be achieved by changing the base.
Sample Input 1 | Sample Output 1 |
---|---|
81 |
4 |
Sample Input 2 | Sample Output 2 |
---|---|
100 |
2 |
Sample Input 3 | Sample Output 3 |
---|---|
30 |
1 |