1樓:匿名使用者
把符合的親密素數存到陣列,然後求和
#include "stdafx.h"
#include
using namespace std;
int main()
int n = 0, a[100] = , temp = 0,i,j=0;
cout << "請輸入n的值:" << endl;
cin >> n;
while (n - 2)
temp = (n - 1)*n - 1;
for (i=2;i < (int)sqrt(temp) + 1;i++)
if (temp%i)
else
break;
a[j++] = temp;
n--;
for (i = 0,temp=0;i < 100;i++)if (!a[i])
break;
else
temp += a[i];
cout return 0;
2樓:乘風上九天攬月
兩個輸出結果初始化為0,依次判斷過去就行了,寫個函式用來判斷一個數是不是素數,然後main裡寫個迴圈
for(int i=2;i*(i+1)>0;i++)
太大的數會溢位導致小於0
c++程式設計 求大佬過程
3樓:馮凱在**
#include
#include
using namespace std;
void swap(int *a, int *b)void sort(int *a, int len) }}}int insert(int *a, int len, int k)
a[0]=k;
return len++;
}for (int i=0; i=i;j--)a[i]=k;
break;}}
return len++;
}void display(int *a, int len)cout << "這10個數是" << endl;
display(a, 10);
cout << "由小到大排序" << endl;
sort(a, 10);
display(a, 10);
cout << "插入一個數" << endl;
int k = 0;
cin >> k;
insert(a, 10, k);
display(a, 11);
return 0;}
c++ 程式設計,求大佬幫忙,求詳細過程,拜謝 10
4樓:浦冠玉
class coord int getx() int gety() private: int x,y; }; void main () {coord op1(5,6);coord op2(5);coord op3; int i,j; i=op1.getx();j=op1.
gety();cout
c++程式設計,求助大佬
5樓:tcj一笑而過
#include
using namespace std;
#include
#include
int main()
;//陣列
int * p = null;//指標
int * q = null;
for(int i=0; i<5; ++i)//隨機生成30個while(true)
}if(1 == flag)
number = rand()%501-200;
else
break;
}arr[i][k] = number;
} }
for(int i=0; i<5; ++i)//每行正數往右,負數往左
{p = &(arr[i][0]);
q = &(arr[i][5]);
while(p0 && *q<0)
{if(p0 && *q>0)
{if(p
c++程式設計題 求大佬幫忙 求詳細過程 謝謝
6樓:匿名使用者
#include
#include
using namespace std;
int main()
用c++編寫,跪求大佬
7樓:葉孤雍雅
搞清楚學生,成績和科目的包含關係,在分析清楚程式的由上到下的層次,在明瞭的基礎上你把偽**寫好,然後就能一步到位了
8樓:我瀟灑我安逸
circle.h
#ifndef circle_h
#define circle_h
class circle
;#endif // circle_h
circle.cpp
#include "circle.h"
#define pi 3.14
circle::circle(float r):r(m_r)float circle::area()
main.cpp
#include "circle.h"
int main()
{circle bigcircle(7);
std::cout<
c語言程式設計題,求大佬幫助,C語言程式設計題求大佬幫忙解決一下謝謝了
bd和底面abcd所成的角 求異面直線bd和ad所成的角專 求二屬面角c include void dec2n int x,int n int main c語言程式設計題求大佬幫忙解決一下 謝謝了 利用c庫函式提供的方法 很簡單 include define maxn 10 void f long ...
C語言程式設計題,求助大佬解答,C語言程式設計題,求助大佬解答
題目是不是出錯了,應該是使用指標對有序陣列進行插入和排序吧,使用連結串列?這個怎麼理解?c語言程式設計題讀取時間求助,謝大佬了!字元轉整形抄的簡單應 bai用du 使用到頭文zhi件 math.h。例如dao void timeget const mytime time,int hour,int m...
c 題目求大佬,c 題目求大佬給些思路
是這樣的 某小學最近得到了一筆贊助,打算拿出其中一部分為學習成績優秀的前5名學生髮獎學金。期末,每個學生都有3門課的成績 語文 數學 英語。先按總分從高到低排序,如果兩個同學總分相同,再按語文成績從高到低排序,如果兩個同學總分和語文成績都相同,那麼規定學號小的同學排在前面,這樣,每個學生的排序是唯一...