摘要: 主要思想使用数组(理论上链表也可以)并根据加法法则来写出代码·来承担超大数(好像木桶) #include<iostream>#include<cmath>using namespace std;int a2[1000];int b3[1000];int main(void) { int a = 2, 阅读全文
posted @ 2023-07-06 13:44 依羽 阅读(199) 评论(0) 推荐(0)