C语言实现大整数乘法代码的完整代码及运行结果

 // Dmul.cpp : 定义控制台应用程序的入口点。 //spa #include "stdafx.h" #define MAXLENGTH 1000 #include <stdio.h> #include <string.h>blog void compute(char * a, char * b,char *c) {   int i,j,m,n;   long sum,carry;
相关文章
相关标签/搜索