The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
Find the sum of all the primes below two million.
You can find the algorithm to solve this challenge inside challenge.cpp
Click here to see the result!
Result is: 142,913,828,922
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
Find the sum of all the primes below two million.
You can find the algorithm to solve this challenge inside challenge.cpp
Result is: 142,913,828,922