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

PROGRAMMING:Finding the cumulative sum of n

Luz5年前 (2021-05-10)题库456
Using high precision method, find the exact value of S = 1 + 2 + 3 +... + n (n is input as a general integer).
###Input format:
a number
###Output format:
a number
###Input example:
```in
ten
```
###Output example:
```out
fifty-five
```






answer:If there is no answer, please comment