用筛选法求100之内的素数
问题描述:
用筛选法求100之内的素数
用c语言程序
答
调试通过的程序代码如下:
#include
void main()
{
int a[101],i,j;
for (i=2;i