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

PROGRAMMING:Sum of 10 integers

Luz5年前 (2021-05-10)题库420
Input 10 integers from the keyboard to get the cumulative sum.
###Input format:
Enter 10 integers separated by spaces on one line.
###Output format:
Output in the order of "sum = result" in one line, and the result is the integer output as is without other additional formats.
###Input example:
```in
2 3 5 1 0 4 2 5 3 8
```
###Output example:
```out
sum=33
```






answer:If there is no answer, please comment