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

PROGRAMMING:Sum of numbers

Luz5年前 (2021-05-10)题库384
Input a positive integer n (in the range of long long type) and output the sum of all numbers in n.
###Input example:
```in
one hundred and twenty-three million four hundred and fifty-six thousand seven hundred and eighty-nine
```
###Output example:
```out
forty-five
```
###Input example:
```in
one thousand and five
```
###Output example:
```out
six
```






answer:If there is no answer, please comment