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

PROGRAMMING:Output the sum of several numbers

Luz5年前 (2021-05-10)题库448
Programming input at least 1, up to 4 integers, output their sum.
```
Input sample 1:5 6 7 8 output sample 1:26
Input sample 2:1 5 output sample 2:6
Input sample 3:1 5 4 output sample 3:10
Input sample 4:5 output sample 4:5
```
###Input example:
```in
5 6 7 8
```
###Output example:
```out
twenty-six
```







answer:If there is no answer, please comment