C++大数相加
#include
#include
#include
#include
using namespace std;
string Add(string Str1, string Str2)
{
// 操作数1
stackS1;
// 操作数2
stackS2;
// 结果
stackS3;
int i, r, last = 0;
for(i=0; i>N;
string a, b;
string* answer = new string[N];
for(i=0; i>a>>b;
answer[i] = Add(a, b);
}
for(i=0; i
![Creative Commons License](http://i.creativecommons.org/l/by/2.5/cn/88x31.png)
本文基于署名 2.5 中国大陆许可协议发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名小橋流水(包含链接)。如您有任何疑问或者授权方面的协商,请给我发邮件。