Skip to content

Latest commit

 

History

History

c0006

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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