1179 - 编程求1平方+2平方+...+n平方

通过次数

15

提交次数

24

Time Limit : 1 秒
Memory Limit : 16 MB

编程求1平方+2平方+...+n平方

Input

输入一行,只有一个整数n(1<=n<=200)

Output

输出只有一行(这意味着末尾有一个回车符号),包括1个整数。

Examples

Input

5

Output

55