Problem11046--洛谷B3839 - [GESP一级] [202306]累计相加

11046: 洛谷B3839 - [GESP一级] [202306]累计相加

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 512 MiB

Description

输入一个正整数 $n$,求形如:

$1+(1+2)+(1+2+3)+(1+2+3+4)+ \cdots  +(1+2+3+4+5+ \cdots  +n)$ 的累计相加。

Input

输入一个正整数 $n$。约定 $1

Output

输出累计相加的结果。

Sample 1 Input

3

Sample 1 Output

10

Sample 2 Input

4

Sample 2 Output

20

Sample 3 Input

10

Sample 3 Output

220

HINT

Source/Category

GESP