摘要:
1 #include <bits/stdc++.h> 2 //分块法 3 using namespace std; 4 5 template <class T>/*模板,表示给一个未排序的数组排序后对应的下标*/ 6 vector<int> make_index(const vector<T>& a 阅读全文
posted @ 2022-03-29 15:07
OopsOops
阅读(34)
评论(0)
推荐(0)
浙公网安备 33010602011771号