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

PROGRAMMING:Sum of some integers

Luz5年前 (2021-05-10)题库407
Programming input a number of integers (at least 1), output their sum.
###Input example:
```in
1 2 3 4
```
###Output example:
```out
ten
```
###Input example:
```in
1 2 3 4 5
```
###Output example:
```out
fifteen
```
###Input example:
```in
three
```
###Output example:
```out
three
```







answer:If there is no answer, please comment