131404 - 平方和

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

Input

输入一个整数n。

Output

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

Examples

Input

3

Output

14
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题