2022年5月15日
摘要: 当数据范围较大需要离散化,因此需要排序,所以这种情况下不如直接用归并排序。 #include<bits/stdc++.h> using namespace std; const int N=5e5+5; int n; int a[N],b[N]; int c[N]; int ask(int x) { 阅读全文
posted @ 2022-05-15 09:21 我疯故我在 阅读(35) 评论(0) 推荐(0)