#abc043a. [abc043_a]Children and Candies (ABC Edit)
[abc043_a]Children and Candies (ABC Edit)
Problem Statement
There are children in AtCoder Kindergarten. Mr. Evi will arrange the children in a line, then give candy to the first child in the line, candies to the second child, ..., candies to the -th child. How many candies will be necessary in total?
Constraints
Input
The input is given from Standard Input in the following format:
Output
Print the necessary number of candies in total.
Sample Input 1
3
Sample Output 1
6
The answer is .
Sample Input 2
10
Sample Output 2
55
The sum of the integers from to is .
Sample Input 3
1
Sample Output 3
1
Only one child. The answer is in this case.