摘要:
https://www.acwing.com/problem/content/795/ #include<bits/stdc++.h> using namespace std; //A*b 一个高精度的数乘一个低精度的数 vector<int> mul(vector<int> &A, int b) 阅读全文
posted @ 2019-10-29 10:24
晴屿
阅读(198)
评论(0)
推荐(0)
摘要:
https://www.acwing.com/problem/content/794/ #include<bits/stdc++.h> using namespace std; //判断是否有a>=b 如果是 返回true 反之 返回false bool cmp(vector<int>&A,vect 阅读全文
posted @ 2019-10-29 10:22
晴屿
阅读(145)
评论(0)
推荐(0)
摘要:
https://www.acwing.com/problem/content/793/ #include<bits/stdc++.h> using namespace std; vector<int> add(vector<int> &A, vector<int> &B) { vector<int> 阅读全文
posted @ 2019-10-29 10:21
晴屿
阅读(154)
评论(0)
推荐(0)