摘要: 高精度 加法 #include <bits/stdc++.h> using namespace std; vector<int> add(vector<int> &A,vector<int> &B){ vector<int> C; if (A.size()<B.size()) return add( 阅读全文
posted @ 2023-02-26 20:45 Map1eaf 阅读(27) 评论(0) 推荐(0)