C语言编程:从键盘输入一个正整数n,求解并输出大小最接近n的素数(包括n本身)
2个回答
展开全部
int
sushu(int
x);
{
int
i;
for(i=0;i
1)
sh1=n-i;
if
(sushu(n+1)==0)
sh2=n+1;
i++;
}
if
sh1<>0
printf("d%\n",sh1);
if
sh2<>0
printf("d%",sh2);
}
很久不写C程序了,比较粗糙,不知道有没有小问题,你试试,方法应该没错。
sushu(int
x);
{
int
i;
for(i=0;i
1)
sh1=n-i;
if
(sushu(n+1)==0)
sh2=n+1;
i++;
}
if
sh1<>0
printf("d%\n",sh1);
if
sh2<>0
printf("d%",sh2);
}
很久不写C程序了,比较粗糙,不知道有没有小问题,你试试,方法应该没错。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |