Problem I: 累计相加

Problem I: 累计相加

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

Description

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

 的累计相加。

Input

输入一个正整数 。约定 

Output

输出累计相加的结果。

Sample Input Copy

3

Sample Output Copy

10