Skip to content

Latest commit

 

History

History

c0010

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Description

The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.

Exercise

Find the sum of all the primes below two million.

Solution

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

Click here to see the result!

Result is: 142,913,828,922