Project Euler problem 10

Programming, for all ages and all languages.
User avatar
Adek336
Member
Member
Posts: 129
Joined: Thu May 12, 2005 11:00 pm
Location: Kabaty, Warszawa
Contact:

Re: Project Euler problem 10

Post 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).
Post Reply