Problem2115--Count the sum of spaces and numbers

2115: Count the sum of spaces and numbers

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 325  Solved: 12
[Submit] [Status] [Web Board] [Creator:]

Description

This problem requires printing the Total number of letters and numbers

Input

A string containing spaces and numbers

Output

The Total number of spaces and numbers

Sample Input Copy

你好 我的  电话是 123

Sample Output Copy

7

Source/Category

156