摘要:
#include #include #include #include //#define y1 y11 using namespace std; const int maxn=1e3+10; int lowbit(int x){return x&(-x); } int a[maxn][maxn]; int b[maxn][maxn]; int n=1e3+9; void update(int ... 阅读全文
posted @ 2019-01-21 16:35
Andromeda_Galaxy
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号