摘要:
#include #include #include #include using namespace std; int s[2000000],f[2000000],ls[2000000],rs[2000000],a[2000000]; int n,m,ch,x,y,t; void build(int root,int l,int r) { if (l==r) { f[root]... 阅读全文
posted @ 2017-02-14 15:11
nhc2014
阅读(557)
评论(0)
推荐(0)
浙公网安备 33010602011771号