題目描述
description
給出兩個正整數a和b,計算a*b的值。保證a和b的位數不超過500位。
輸入描述
input description
讀入兩個用空格隔開的正整數
輸出描述
output description
輸出a*b的值
樣例輸入
sample input
3 12
樣例輸出
sample output
36資料範圍及提示
data size & hint
兩個正整數的位數不超過500位
#include#include#includeusing namespace std;
int main()
,fb[510]=,fc[2000]=;
cin>>a>>b;
la=strlen(a);
lb=strlen(b);
for(int i=0;i0;i--)
cout
} return 0;
}
3117 高精度練習之乘法
題目描述 description 給出兩個正整數a和b,計算a b的值。保證a和b的位數不超過500位。輸入描述 input description 讀入兩個用空格隔開的正整數 輸出描述 output description 輸出a b的值 樣例輸入 sample input 3 12 樣例輸出 s...
3117 高精度練習之乘法
時間限制 1 s 空間限制 128000 kb 題目等級 gold 題解給出兩個正整數a和b,計算a b的值。保證a和b的位數不超過500位。輸入描述 input description 讀入兩個用空格隔開的正整數 輸出描述 output description 輸出a b的值 樣例輸入 sampl...
codevs 3117 高精度練習之乘法
時間限制 1 s 空間限制 128000 kb 題目等級 gold 題解 給出兩個正整數a和b,計算a b的值。保證a和b的位數不超過500位。輸入描述 input description 讀入兩個用空格隔開的正整數 輸出描述 output description 輸出a b的值 樣例輸入 samp...