Delphi Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

Suppose you have to solve a Project Euler Problem 10 (https://projecteuler.net/problem=10); that is, to find the sum of all the primes below 2 million. How can you iterate through an infinite container like prime numbers?