菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年9月20日 #

高精度减法

摘要: ## A-B ~~~c++ #include <iostream> #include <string> #include <vector> using namespace std; //判断是否A>=B bool cmp(vector<int>& A, vector<int>& B) { if (A 阅读全文

posted @ 2023-09-20 23:07 hhmzd233 阅读(7) 评论(0) 推荐(0)