摘要: #include using namespace std;const int maxn=1000000;int n,j,a[maxn],c[maxn],len;int find(int l,int r,int x){ if(l==r) return l; int mid... 阅读全文
posted @ 2016-08-16 20:04 抽空的太阳 阅读(113) 评论(0) 推荐(0)