高精度基本加法 筆記

2022-08-20 05:30:21 字數 1294 閱讀 1896

//**實現

但是這沒有考慮進製!!qaq

if(a[i]+b[i]>=10

)ans[i]+=a[i]+b[i];

//這是對第i位的處理

//就是列舉到最高位

asl--;

//但是這樣會多出來1,就減掉

#include#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

//標頭檔案其實不用開這麼多,用萬能庫就行,不過我喜歡這樣……

#define qwq while(1)puts("(〃'▽'〃)")//

忽略這行

using

namespace

std;

int a[1000001],b[1000001],ans[1000001

],asl;

string

ax,bx;

intmain()

ans[i]+=a[i]+b[i];

}asl=max(ax.size(),bx.size())+1

;

while(ans[asl]!=0)asl++;

asl--;

for(int i=asl;i>0;i--)printf("%d"

,ans[i]);

return0;

qwq;

//這行也忽略

}

python高精度加法 高精度加法

1.思路 其實就是模擬,加法是最簡單的,從個位開始加,價位加到前一位,然後再取10的餘數。for int i 1 i len i 計算和 c i a i b i 進製 c i 1 c i 10 取10的餘數 c i 10 2.實現 int len max a.length b.length 倒著存,...

高精度加法 高精度減法

雖然以前自己就學習過,但是自己打出來的 目測效率不高,也不夠精簡 因此學習一下eden裡面的這一題 big integer add subtract ifndef big integer define big integer include include using std string usin...

高精度加法

program gjplus vars1,s2,s3,st,s string i,j,k,l1,l2,li,n1,n2,n3,n4 integer begin readln s1 readln s2 l1 length s1 l2 length s2 if l1 l2 then li l1 else...