大数专题A - A + B Problem II
#include #include main(){ char a[1010],b[1010];int T,k,aa[1010],bb[1010],cc[1010],lena,lenb,lenc,i,x,flag=0; ////freopen("1.txt","r",stdin); //freopen("2.txt","w",stdout); scanf("%d",&T); for(