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

PROGRAMMING:sum

Luz5年前 (2021-05-10)题库498
Input an integer n. Calculate the sum of 1+2+3+…+n
### Input:
An integer
### Output:
The result
### Input sample:
```
one hundred
```
### Output sample:
```
five thousand and fifty
```






answer:If there is no answer, please comment