Page 2 of 2

Re: Project Euler problem 10

Posted: Fri Jan 30, 2009 7:02 am
by Adek336
kasper wrote:Hi all,

Just out of curiosity. I wonder how the printf of count, in the original code, can affect the answer.
The original isprime() did not always exit with a return statement (this happens with, for example, num=4).