题解:洛谷 P1036 [NOIP2002 普及组] 选数

一道十分标准的dfs。

质数判断

#include 
#include 
using namespace std;

int a[30],n,k,ans=0;

bool isprime(const int n){
	if(n==1)
		return 0;
	for(int A=2;A>n>>k;
	for(int A=0;A>a[A];
	}
	dfs(0,0,0);
	cout<

你可能感兴趣的:(题解,c++,c++)