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

PROGRAMMING:Summation of sequence

Luz5年前 (2021-05-10)题库377
Enter an integer n to find the cumulative sum of 1 to n.
###Input format:
Enter an n value.
###Output format:
Output results.
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
fifteen
```






answer:If there is no answer, please comment