Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 952 Bytes

File metadata and controls

31 lines (19 loc) · 952 Bytes

Description

The sum of the squares of the first ten natural numbers is,

The square of the sum of the first ten natural numbers is,

Hence the difference between the sum of the squares of the first ten natural numbers and the square of the sum is 3025 − 385 = 2640.

Exercise

Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum.

Solution

You can find the algorithm to solve this challenge inside challenge.cpp

Click here to see the result!

Result is: 25,164,150