PROGRAMMING:Output digital and
Input a string of characters (ending with #) and output the sum of all the numeric characters in the string.
###Input example:
```in
ABC123DE4FG#
```
###Output example:
```out
ten
```
answer:If there is no answer, please comment
###Input example:
```in
ABC123DE4FG#
```
###Output example:
```out
ten
```
answer:If there is no answer, please comment