131404 - 平方和

通过次数

44

提交次数

56

Time Limit : 1 秒
Memory Limit : 128 MB

接收从键盘输入一个整数n,计算包含n在内的所有整数的平方和。

Input

输入一个整数n。

Output

n在内的所有整数的平方和。

Examples

Input

3

Output

14