Tagged Questions

2
votes
3answers
1k views

Sieve of Eratosthenes problem: handling really big numbers

I'm solving Sphere's Online Judge Prime Generator using the Sieve of Eratosthenes. My code works for the test case provided. But.. as the problem clearly states: The input begins with the number ...