随笔分类 -  acwing

摘要:1.快速排序 AcWing 785. 快速排序 https://www.acwing.com/problem/content/787/ 点击查看代码 #include <iostream> using namespace std; const int N = 100010; int a[N],n; 阅读全文
posted @ 2022-02-01 22:15 超级氯化钾 阅读(37) 评论(0) 推荐(0) 编辑
摘要:高精度加法 #include <iostream> #include <vector> using namespace std; const int N = 200 + 11; vector<int> add(vector<int>& v1,vector<int>& v2){ vector<int> 阅读全文
posted @ 2021-05-30 15:11 超级氯化钾 阅读(62) 评论(5) 推荐(0) 编辑

点击右上角即可分享
微信分享提示