eolymp
bolt
Try our new interface for solving problems
Problems

Count digits

Count digits

Text is given. How many digits it contains? \InputFile Text is given in multiple lines. It can contain any symbol. \OutputFile Print the number of symbols that are digits in the text.
Time limit 1 second
Memory limit 128 MiB
Input example #1
    "q.3 r@1e
-+r4 5="
6QW3s.    ~2%
Output example #1
7
Author Michael Medvediev