3003 - 平方和
Time Limit : 1 秒
Memory Limit : 128 MB
输入n,求1-n这n个数的平方和。
Input
一行,一个整数n,1<=n<=100。
Output
一行,一个整数,为平方和。
Examples
Input
2
Output
5