時間限制: 1 s
空間限制: 128000 kb
題目等級 : ** gold
題解
給出兩個正整數a和b,計算a*b的值。保證a和b的位數不超過500位。
輸入描述 input description
讀入兩個用空格隔開的正整數
輸出描述 output description
輸出a*b的值
樣例輸入 sample input
3 12
樣例輸出 sample output
36 資料範圍及提示 data size & hint
兩個正整數的位數不超過500位
ac**
#include#include#includeint main(void)
}for(i = 0;i <= lena + lenb;i++)
while(c1[lenc] == 0 && lenc > 0)
lenc--;
for(;lenc >= 0;lenc--)
printf("%d",c1[lenc]);
return 0;
}
天梯 高精度 3117 高精度練習之乘法
題目描述 description 給出兩個正整數a和b,計算a b的值。保證a和b的位數不超過500位。輸入描述 input description 讀入兩個用空格隔開的正整數 輸出描述 output description 輸出a b的值 樣例輸入 sample input 3 12 樣例輸出 s...
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...