热门标签
更多>
搜索结果
查询Tags标签: findLen,共有 2条记录-
第一个程序--高精度乘法
高精度乘法(注释写的应该算是比较详细了)#include<iostream> #include<cstdio> using namespace std; const int N=105; int ans[2*N]; int findLen(char c[]){for(int k=0;k<N;k++){if(c[k]<0){return k;}}return -1; } void reverseArr(char c[],in…
2021/7/31 11:08:46 人评论 次浏览 -
第一个程序--高精度乘法
高精度乘法(注释写的应该算是比较详细了)#include<iostream> #include<cstdio> using namespace std; const int N=105; int ans[2*N]; int findLen(char c[]){for(int k=0;k<N;k++){if(c[k]<0){return k;}}return -1; } void reverseArr(char c[],in…
2021/7/31 11:08:46 人评论 次浏览