帮忙做一个C语言的题目啊,把1-999的所有质数都表示出来。。

[复制链接]
查看11 | 回复3 | 2012-6-18 22:22:54 | 显示全部楼层 |阅读模式
#include #include "math.h"using namespace std;int sushu(int n){int i;for (i=2;i<=sqrt(n);++i)if (n%i==0)return 0;return 1;}int main(){
int i,j,k;
for (i=100;i<1000;++i)
if (sushu(i))
{
if(sushu(i+2))
{
printf("%d and %d are twin primes.\n",i,i+...
回复

使用道具 举报

千问 | 2012-6-18 22:22:54 | 显示全部楼层
。。。...
回复

使用道具 举报

千问 | 2012-6-18 22:22:54 | 显示全部楼层
dfdfdfdffdfdfdfd...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行