Prime Ring Problem (素环问题-路径)

Prime Ring Problem

 HDU - 1016 

 

第一次竟然把a数组打成 bool 

Fear

 

I'm scared to death

 

 

#include
using namespace std;
#define maxn 500
bool isprime[maxn],vis[maxn];
int a[maxn];
int n;
void prime()
{
    memset(vis,0,sizeof(vis));
    isprime[0]=isprime[1]=1;
    for(int i=2; in&&!isprime[a[step-1]+1])
    {
        for(int j=1; j>n)
    {
        cout<<"Case "< 
 

你可能感兴趣的:(搜索进阶)