Search found 1 match

by sazzadcsecu
Sat Apr 17, 2010 3:10 pm
Forum: Volume 4 (400-499)
Topic: 406 - Prime Cuts
Replies: 187
Views: 60440

Re: 406 - Prime Cuts

What's the wrong with this code? plz help me..........

#include<iostream>
#include<stdio.h>
#include<math.h>
#include<algorithm>
#include<vector>
#include<stdlib.h>

using namespace std;

//#define longlong long long
//#define longlong __int64
#define max 1002

bool prime[max];
//longlong pr[max ...

Go to advanced search