1樓:00黑夜
#include
void main()
cout< } 還有,沒太看懂你的題,我的這個是計算 (1+3)+(1+3*3)+...+(1+3*...*3)的,如果要求1+3+3*3+...+3*...*3就long sum=1;並且sum+=j; 就可以了 2樓:匿名使用者 我執行了幾次,都沒有問題,你看看 #include "stdafx.h" #include #include #include using namespace std; void main() cout<<"各項和為:";//輸出最終結果cout< system("pause"); //為了看到最終結果,這樣不至於看不到執行結果} 3樓:匿名使用者 不懂最起碼你應該知道等比數列求和公式吧,等比是3,首項是1,一共十項#include #include using namespace std; int main() 4樓:匿名使用者 int ncount = 0; ncount += 1; int nres = 3; for(int i = 1; i <= 10; ++i) 5樓:匿名使用者 (……(((1+3)+3)^2+3)^3+……+3)^10 樓主是這個意思嗎? 0,共有6個餘1的,6除3餘0 0你全加起來就知道了 1的1次方 2的2次方 3的3次方 4的4次方 5的5次方 6的6次方 7的7次方 8的8次方 9的9次方的和除以3的餘數是幾 3 bai3 4 3 5 du3 6 6 7 6 8 6 9 9能被3整除 所以zhi,1的 dao1次方 版 2的2... 2a的 3次方b的2次方c 的3次方 3a的2次方b的3次方 a的4次方c 2ac的2次方 8a 9b 6c 3 3a 2b 3 8a 5c 3 8 3a 7b 3c 3 8a 5c 3 8a的9次方b的6次方c的3次方 3a b 2a的5次方c 8 3a的7次方b c 2a的5次方c a的3次方b... 次方bai最基本的定義du是 設a為某數,n為正整數,a的zhin次方表示為daoa 表示n個a連乘所得之結 專果,如2 2 2 2 2 16。次方的定義還屬可以擴充套件到0次方和負數次方等等。在電腦上輸入數學公式時,因為不便於輸入乘方,符號 也經常被用來表示次方。例如2的5次方通常被表示為2 代數...1的1次方2的2次方3的3次方4的4次方5的5次方
2a的3次方b的2次方c 的3次方 3a的2次方b的
3的2次方3次方4次方5次方6次方7次方8次方9次方10次