題目描述
給定a和n,計算a+aa+aaa+a…a(n個a)的和。
輸入描述:
測試資料有多組,輸入a,n(1<=a<=9,1<=n<=100)。
輸出描述:
對於每組輸入,請輸出結果。
示例1輸入
複製1 10
輸出複製
1234567900
題目解析:首先明確整型並不表示出大的數字,其次可以使用陣列,只要記錄進製和本位
**:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using
namespace std;
intmain()
int index =0;
while
(d[index]==0
)for
(int i = index; i <= n; i++
) cout << endl;
}return0;
}/*#include#include#include#include#include#include#include#include#include#include#include#includeusing namespace std;
const int n = 200;
int main()
while(k != 0)
for(int i = t-1 ; i >= 0 ; i--)
cout << endl;
} return 0;
} */
題目1051 數字階梯求和
時間限制 1 秒 記憶體限制 32 兆 特殊判題 否 提交 5706 解決 1940 題目描述 給定a和n,計算a aa aaa a.a n個a 的和。輸入 測試資料有多組,輸入a,n 1 a 9,1 n 100 輸出 對於每組輸入,請輸出結果。樣例輸入 1 10 樣例輸出 1234567900 2...
數字求和 鍊錶
總時間限制 3000ms 記憶體限制 65536kb 描述給定乙個正整數a,以及另外的5個正整數,問題是 這5個整數中,小於a的整數的和是多少?輸入輸入一行,只包括6個小於100的正整數,其中第乙個正整數就是a。輸出輸出一行,給出乙個正整數,是5個數中小於a的數的和。樣例輸入 10 1 2 3 4 ...
十六 矩陣數字求和
問題 矩陣數字求和 題目描述 給定乙個數字矩陣,數字中間用空格分開。求 行,列,45 斜線 不一定是對角線 中,和最大的是多少 輸出 這個最大的和.比如矩陣 9 8 2 2 2 4 1 5 1 5 1 2 1 15 6 3 2 1 56 3 中,和最大的是 1 15 56 這個斜線。需要輸出 72 ...