[Project Euler]加入欧拉 Problem 7

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

What is the 10001^(st) prime number?

 

求第10001个质数。 这个比较简单,使用一个循环就出来了,不到2秒。

欧拉项目第七题

你可能感兴趣的:(project)