Fork me on GitHub
摘要: 1 #include 2 #include 3 const int Len = 100; 4 void Mul(char a[],char b[],char c[])//大数乘法 5 { 6 int i,j; 7 int alen = strlen(a),blen = strlen... 阅读全文
posted @ 2015-04-17 22:07 郑斌blog 阅读(437) 评论(0) 推荐(1)