Hi, this is my attempt to calculate the sum of all prime numbers bellow 2000000.
Even though it's kinda fast (took about 6.5 seconds in Code::Blocks) I was wondering how could it be optimized.
Also, what's your opinion on my attempt?
Thanks in advance!