-->
当前位置:首页 > 题库

PROGRAMMING:Output digital and

Luz5年前 (2021-05-10)题库398
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