摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> char* multiply(char* num1, char* num2) { int la,lb,lc,i,j; int a[2001]={0}; int b[2001]={0} 阅读全文
posted @ 2022-12-02 17:21 myrj 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <math.h> main() { int b,c=0,d,shu[10],f,g=4,a,e; double sum=0; for(a=100;a<=1000000000;a++) { for(e=0;e<10;e++) shu[e]=0; 阅读全文
posted @ 2022-12-02 10:45 myrj 阅读(230) 评论(0) 推荐(0) 编辑