PROGRAMMING:sum
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
### Input:
An integer
### Output:
The result
### Input sample:
```
one hundred
```
### Output sample:
```
five thousand and fifty
```
answer:If there is no answer, please comment