摘要: 高精度 加减乘除 #include <bits/stdc++.h> using namespace std; const int N = 2e3 + 10; // 定义最大数字长度 char s[N], t[N]; // 存储输入的两个大整数字符串 int a[N], b[N], c[N]; // 阅读全文
posted @ 2024-10-17 16:16 闫柏军 阅读(41) 评论(0) 推荐(0)