Search found 1 match

by md.samiullah[sami]
Sun Aug 27, 2006 11:15 am
Forum: Volume 5 (500-599)
Topic: 543 - Goldbach's Conjecture
Replies: 109
Views: 41133

543

i have tried to solve Goldbachs conjecture.
but there is a WR
i just cant understand why WR.my code is given below
any one please help me


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


main()
{
long long int i,j,n,index,flag,gb,p;
int prime[10]={3,5,7,11,13,17,19,23,29,31 ...

Go to advanced search