摘要:
1、大数加法#include #include using namespace std;char a[1000],b[1000],s[10000];void add(char a[],char b[],char s[])//a被加数,b加数,s和{ int i,j,k,up,x,y,z,l... 阅读全文
posted @ 2015-05-12 21:14 蓝空 阅读(195) 评论(0) 推荐(0)
|
||
|
摘要:
1、大数加法#include #include using namespace std;char a[1000],b[1000],s[10000];void add(char a[],char b[],char s[])//a被加数,b加数,s和{ int i,j,k,up,x,y,z,l... 阅读全文
posted @ 2015-05-12 21:14 蓝空 阅读(195) 评论(0) 推荐(0) |
||