Digits
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the number of digits in a nonnegative integer .
Input
One nonnegative integer .
Output
Print the number of digits in number .
Examples
Input #1
Answer #1
Submissions 188K
Acceptance rate 31%