Sum of squares

Write a program that reads a natural number nn, and prints the result of the following sum: 12+22++(n1)2+n2.1^2 + 2^2 + \dots + (n-1)^2 + n^2 .

Input

Input consists of a natural number nn.

Output

Print the sum of the first nn squares: i=1ni2\sum_{i=1}^{n} i^2.

Observation

The summation has a closed formula, so a loop would not be necessary to solve this exercise.

Problem information

Author: Unknown
Translator: Carlos Molina

Generation: 2026-01-25T10:29:45.922Z

© Jutge.org, 2006–2026.
https://jutge.org