大數乘法 zju 1217

2021-09-08 08:52:56 字數 774 閱讀 1300

大數乘

time limit:5000ms  memory limit:32768k

給定一些大數,請計算其積。輸入資料中含有一些整數對(對數≤1000),若某對整數(整數字數≤200)的值為0 0,則表示輸入結束。

每對整數對應乙個乘法計算結果,輸出該結果,每個結果輸出完後應回車。

2 3

12 34

0 0

6

408

1

/*功能function description: 大數相乘

2開發環境environment: dev c++ 4.9.9.1

3技術特點technique:

4版本version:

5作者author: 可笑痴狂

6日期date: 20120725

7備註notes:8*/

9 #include10 #include

11#define max 210

1213

intmain()

1439}40

while(i>=0&&res[i]==0

)41 --i;

42if(i>=0)43

48else

49 printf("

0\n"

);50}51

return0;

52 }

ZJUTOJ 1217 大數乘法

大數乘法和加法類似,不過演算法更為奧妙,此題還要注意標誌位的選擇 給定一些大數,請計算其積。輸入資料中含有一些整數對 對數 1000 若某對整數 整數字數 200 的值為0 0,則表示輸入結束。每對整數對應乙個乘法計算結果,輸出該結果,每個結果輸出完後應回車。2 3 12 34 0 06 408 i...

zju 3497 Mistwald(矩陣乘法)

省賽的時候怪自己太弱,什麼都不會,而如今依然 重操舊時廢業。include include includeusing namespace std define m 26 struct matrix return b int main init int t scanf d t while t int ...

大數加法,大數乘法

include include include typedef struct node pnode 函式宣告 int multiply char strmultipliera,char strmultiplierb,char strrst pnode initlist char strmultipl...