摘要: #include #include #include #include using namespace std; const int MAXN = 1e5+5; int N,M; int A[MAXN]; int has[MAXN]; int htot; int get(int x){ int tt = lower_bound(has,has+htot,x)-has; return tt+... 阅读全文
posted @ 2016-08-24 00:02 basasuya 阅读(116) 评论(0) 推荐(0)