User profile: dadapro

User info
User name:dadapro
History
Joined:
Number of posts:8
Latest posts:

the sieve of erastosthenes
@ kbw THANK YOU SO MUCH FOR YOUR HELP! I have fixed everything.

the sieve of erastosthenes
i got rid of the three numbers problem [code] #incluje <iostream> using namjespace std; int get_pri...

the sieve of erastosthenes
@kbw you were actually really close but the goldbach conjecture is supposed to output only the sum o...

the sieve of erastosthenes
@kbw thanks for formatting the code but I was trying to implement the goldbach conjecture into my co...

the sieve of erastosthenes
Can someone help me get this code to run PLEASE? [code] #include <iostream> using namespace std...