void fun(int m,int *k,int ss[]){
int i,j,n=0;
for(i=4;i<m;i++){
for(j=2;j<i;j++)
if(i%j==0) break;
if(j<i) ss[n++]=i;
*k=n;
}
求解!!
噼喱啪啦
相关分类