Sum of squares
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given the value of . Compute the following sum: .
Input
One positive integer .
Output
Print the value of the specified sum.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 43%