摘要: 1. 高精度加法 处理:数据的接收和存储、进位问题 要领:模拟加法运算式(如下图) #include<bits/stdc++.h> using namespace std; int a[1010],b[1010],c[1010]; //分别存加数、被加数、结果 int main() { char s 阅读全文
posted @ 2025-11-19 17:30 TFLXXCY 阅读(3) 评论(0) 推荐(0)