Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 454 Bytes

File metadata and controls

19 lines (11 loc) · 454 Bytes

Description

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.

Exercise

What is the 10.001st prime number?

Solution

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

Click here to see the result!

Result is: 104,743