摘要: //高精度加法 #include <bits/stdc++.h> using namespace std; int main() { char a1[5005], b1[5005]; int a[5005], b[5005], c[5005]; int la, lb, lc = 1, x=0, i; 阅读全文
posted @ 2023-07-20 22:19 siuuuuuuuu 阅读(12) 评论(0) 推荐(0)