#P1032. 序列求和

序列求和

Description

求1+2+3+...+n的值。

Format

Input

输入包括一个整数n。

Output

输出一行,包括一个整数,表示1+2+3+...+n的值。(1 <=n <= 100000000)

Samples

4
10

Limitation

1s, 1024KiB for each test case.