eolymp
bolt
Try our new interface for solving problems
Problems

Digits

Digits

Find the number of digits in a nonnegative integer $n$. \InputFile One nonnegative integer $n\:(0 \le n \le 2 \cdot 10^9)$. \OutputFile Print the number of digits in number $n$.
Time limit 1 second
Memory limit 128 MiB
Input example #1
12343
Output example #1
5