摘要:
#include #include #include #include using namespace std; const int maxn=1050; int n; int c[maxn][maxn]; int lowbit(int x) { return x&(-x); } void update(int x,int y) { for(int i = x; i; i -... 阅读全文
posted @ 2018-08-16 16:54
Andromeda_Galaxy
阅读(172)
评论(0)
推荐(0)
浙公网安备 33010602011771号