Question

Write a function to count how many digits a number has without using division (/), multiplication (*), or % ?

Login to Submit

Examples

Input: 66
Output: 2

Input: 77
Output: 2

Input: 58
Output: 2