摘要: 大数加法: 例题 hdu1002 #include<iostream> #include<cstring> #include<cstdio> using namespace std; #define N (1010) void big_add(char* res,char* sa,char* sb) 阅读全文