菜鸟的博客

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

导航

2023年9月26日 #

高精度除法

摘要: #include <iostream> #include <vector> #include <algorithm> using namespace std; vector<int> div(vector<int>& A, int& b, int& r) { vector<int> C; r = 0 阅读全文

posted @ 2023-09-26 23:22 hhmzd233 阅读(8) 评论(0) 推荐(0)