摘要: 一维 #include#include#define N 10000using namespace std;int n,a[N],c[N];int lowbit(int x){ return x&(-x);... 阅读全文
posted @ 2016-10-31 17:22 Mr.doublerun 阅读(9) 评论(0) 推荐(0)