Search found 1 match

by rocky11
Tue Aug 02, 2005 8:44 pm
Forum: Volume 5 (500-599)
Topic: 543 - Goldbach's Conjecture
Replies: 109
Views: 41133

543 why WA

/ * i used prime_facto function to check the number is prime or not. if the function prime_facto returns 1 thus the number is prime.

what will be the condition for N<6 and N%2!=0 ... is it GOlbach's conjecture false will be printed or only continue; :o

*/


#include <stdio.h>
#include <math.h ...

Go to advanced search