1926: Sum the Digits of a String
内存限制:128 MB
时间限制:1.000 S
评测方式:文本比较
命题人:
提交:48
解决:33
题目描述
Input a String consisting of letters and digits,sum all digits of the string,and output other non-numeric characters
输入
there are many lines of input
输出
as required
样例输入 复制
hello287wel
2222jk89
ccchina90
样例输出 复制
hellowel 17
jk 25
ccchina 9