Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 419 Bytes

File metadata and controls

19 lines (11 loc) · 419 Bytes

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